From cdf2fe749044f03f2ca443d7b0d36930f34f90ba Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 4 Jan 2015 10:52:10 +0000 Subject: cdrtools: fix test. --- Library/Formula/cdrtools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/cdrtools.rb b/Library/Formula/cdrtools.rb index 5ccab776c..f76d8cc3b 100644 --- a/Library/Formula/cdrtools.rb +++ b/Library/Formula/cdrtools.rb @@ -45,7 +45,7 @@ class Cdrtools < Formula end test do - system "#{bin}/cdrecord", "-scanbus" + system "#{bin}/cdrecord", "-version" end end -- cgit v1.2.3