about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-25 07:42:02 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 07:42:02 +0000
commit09f75c61a5b4ab1b6706908786815a813ed12d8f (patch)
tree428a0266a06cebe90822ff0dc059217c88a81cf7
parent36c5405d5e3020b1eaacda41ba1f48160a03681b (diff)
downloaddtas-09f75c61a5b4ab1b6706908786815a813ed12d8f.tar.gz
Oops, I should've noticed this earlier.
-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 b9ef2b9..551fd78 100644
--- a/test/test_rg_integration.rb
+++ b/test/test_rg_integration.rb
@@ -119,7 +119,7 @@ class TestRgIntegration < Minitest::Unit::TestCase
     s = client_socket
     s.preq("rg mode=album_gain")
     assert_equal "OK", s.readpartial(666)
-    pluck, len = tmp_pluck
+    pluck, _ = tmp_pluck
     cmd = DTAS::Source::SOURCE_DEFAULTS["command"]
     fifo = tmpfifo
     s.preq("source ed command='env > #{fifo}; #{cmd}'")