about summary refs log tree commit homepage
path: root/test/test_splitfx.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_splitfx.rb')
-rw-r--r--test/test_splitfx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb
index 9ba4664..eb3e501 100644
--- a/test/test_splitfx.rb
+++ b/test/test_splitfx.rb
@@ -53,7 +53,7 @@ class TestSplitfx < Testcase
           err = $stderr.dup
           begin
             $stderr.reopen("/dev/null", "a")
-            WAIT_ALL_MTX.synchronize { sfx.run("opus", opts) }
+            WAIT_ALL_MTX.synchronize { sfx.run("opusenc", opts) }
           ensure
             $stderr.reopen(err)
           end