about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-31 22:22:41 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-31 22:22:41 +0000
commit452629b6ea57664f46a21854a87e941f1a5db812 (patch)
tree7c3e23522c3844a1be83a887548eaa1c46b2f06c
parent964bdd3a058670d0e3cf6f26dbd17d85e19c67f3 (diff)
downloaddtas-452629b6ea57664f46a21854a87e941f1a5db812.tar.gz
Oops, at least it still works.
-rw-r--r--test/test_source_av.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_source_av.rb b/test/test_source_av.rb
index c5344a5..bc9d1fc 100644
--- a/test/test_source_av.rb
+++ b/test/test_source_av.rb
@@ -97,5 +97,5 @@ class TestSourceAv < Minitest::Unit::TestCase
     source = DTAS::Source::Av.new.try(tmp.path, '1')
     assert_equal 1000000.0, source.offset_us
   end
-end unless `which avconv 2>/dev/null` =~ /avconv/ &&
-           `which avprobe 2>/dev/null` =~ /avprobe/
+end if `which avconv 2>/dev/null` =~ /avconv/ &&
+       `which avprobe 2>/dev/null` =~ /avprobe/