about summary refs log tree commit homepage
path: root/test/player_integration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/player_integration.rb')
-rw-r--r--test/player_integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/player_integration.rb b/test/player_integration.rb
index 8ff1be2..5ca3e43 100644
--- a/test/player_integration.rb
+++ b/test/player_integration.rb
@@ -92,7 +92,7 @@ module PlayerIntegration
   def tmp_noise(len = 5)
     noise = Tempfile.open(%w(junk .sox))
     cmd = %W(sox -R -n -r44100 -c2 #{noise.path} synth #{len} pluck)
-    assert system(*cmd), cmd
+    assert system(*cmd), cmd.inspect
     [ noise, len ]
   end