dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 06/10] test_source_av: fix test to actually run


From: Eric Wong
Subject: [PATCH 06/10] test_source_av: fix test to actually run
Date: Sun, 1 Sep 2013 01:22:06 +0000

Oops, at least it still works.
---
 test/test_source_av.rb | 4 ++--
 1 file 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/
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]