about summary refs log tree commit homepage
path: root/test/test_source_sox.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-26 23:57:32 +0000
committerEric Wong <e@80x24.org>2016-12-27 00:52:54 +0000
commite76ed3cd8280f3516be3dac7c73f6481f1e69ec4 (patch)
tree4e7405bc252a1e708d9a133ce7f1ebed37f311ec /test/test_source_sox.rb
parentefd81f4f6be4e91225aa893787d4ede84b46ed5e (diff)
downloaddtas-e76ed3cd8280f3516be3dac7c73f6481f1e69ec4.tar.gz
This should improve performance with slow filesystems
or systems with slow spawn performance.
Diffstat (limited to 'test/test_source_sox.rb')
-rw-r--r--test/test_source_sox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_source_sox.rb b/test/test_source_sox.rb
index 05ea9a8..b364e0b 100644
--- a/test/test_source_sox.rb
+++ b/test/test_source_sox.rb
@@ -34,6 +34,7 @@ class TestSource < Testcase
     source = DTAS::Source::Sox.new.try(tmp.path)
     x(%W(metaflac --set-tag=FOO=BAR #{tmp.path}))
     x(%W(metaflac --add-replay-gain #{tmp.path}))
+    source = DTAS::Source::Sox.new.try(tmp.path)
     assert_equal source.comments["FOO"], "BAR"
     rg = source.replaygain('track_gain')
     assert_kind_of DTAS::ReplayGain, rg