From dacbdc9cc62e70c2e3cfd1d7ae2d5358d79390ed Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Jun 2014 00:45:49 +0000 Subject: test_splitfx: fix tests without opus{enc,dec} Just skip the test for now since systems without opusenc and opusdec are becoming rarer. --- test/test_splitfx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') 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 -- cgit v1.2.3-24-ge0c7