about summary refs log tree commit homepage
path: root/test/test_rg_integration.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-25 09:25:07 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 09:29:46 +0000
commit68ffa097e187da663fa3f537b430428ea5e8de2e (patch)
treebe7d441b68ab8c77a7ebc062c129b5701bf2a5b1 /test/test_rg_integration.rb
parent9cd8e2776edc246950d2c7ebdea833489efb1d1f (diff)
downloaddtas-68ffa097e187da663fa3f537b430428ea5e8de2e.tar.gz
We should've done this at the start, but we didn't.
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 0d2ac09..79a6563 100644
--- a/test/test_rg_integration.rb
+++ b/test/test_rg_integration.rb
@@ -103,7 +103,7 @@ class TestRgIntegration < Minitest::Unit::TestCase
     s = client_socket
     s.req_ok("rg mode=album_gain")
     pluck, _ = tmp_pluck
-    cmd = DTAS::Source::SOURCE_DEFAULTS["command"]
+    cmd = DTAS::Source::Sox::SOX_DEFAULTS["command"]
     fifo = tmpfifo
     s.req_ok("source ed command='env > #{fifo}; #{cmd}'")
     s.req_ok("sink ed default command='cat >/dev/null' active=true")