about summary refs log tree commit homepage
path: root/test/test_rg_integration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_rg_integration.rb')
-rw-r--r--test/test_rg_integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rg_integration.rb b/test/test_rg_integration.rb
index 3b78e07..b2e39cb 100644
--- a/test/test_rg_integration.rb
+++ b/test/test_rg_integration.rb
@@ -105,7 +105,7 @@ class TestRgIntegration < Minitest::Unit::TestCase
     pluck, _ = tmp_pluck
     cmd = DTAS::Source::Sox::SOX_DEFAULTS["command"]
     fifo = tmpfifo
-    s.req_ok("source ed command='env > #{fifo}; #{cmd}'")
+    s.req_ok("source ed sox command='env > #{fifo}; #{cmd}'")
     s.req_ok("sink ed default command='cat >/dev/null' active=true")
     s.req_ok(%W(enq #{pluck.path}))