about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-06-30 00:45:49 +0000
committerEric Wong <e@80x24.org>2014-06-30 00:47:30 +0000
commitdacbdc9cc62e70c2e3cfd1d7ae2d5358d79390ed (patch)
treed50877a4d340d256d477237fa4303f9c002647ac /test
parentc515132f0c4ae84dd1aa9be5a4630041c198dca8 (diff)
downloaddtas-dacbdc9cc62e70c2e3cfd1d7ae2d5358d79390ed.tar.gz
Just skip the test for now since systems without opusenc and opusdec
are becoming rarer.
Diffstat (limited to 'test')
-rw-r--r--test/test_splitfx.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb
index 0a5ded9..12bb0d9 100644
--- a/test/test_splitfx.rb
+++ b/test/test_splitfx.rb
@@ -65,13 +65,13 @@ class TestSplitfx < Testcase
             assert system(cmd), cmd
             assert_equal `soxi -D #{nr}.flac`, `soxi -D #{nr}.wav`
           end
-        end
 
-        # ensure 16/44.1kHz FLAC works (CDDA-like)
-        File.unlink('1.flac', '2.flac')
-        WAIT_ALL_MTX.synchronize { sfx.run("flac-cdda", opts) }
-        %w(1 2).each do |nr|
-          assert_equal `soxi -D #{nr}.flac`, `soxi -D #{nr}.wav`
+          # ensure 16/44.1kHz FLAC works (CDDA-like)
+          File.unlink('1.flac', '2.flac')
+          WAIT_ALL_MTX.synchronize { sfx.run("flac-cdda", opts) }
+          %w(1 2).each do |nr|
+            assert_equal `soxi -D #{nr}.flac`, `soxi -D #{nr}.wav`
+          end
         end
       end
     end