aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-01-04 10:52:10 +0000
committerMike McQuaid2015-01-04 10:52:24 +0000
commitcdf2fe749044f03f2ca443d7b0d36930f34f90ba (patch)
treec3c2a30e78b517812e99e0afe22c6fdfa6b2a4fb
parentdb807c6b26ce66638f3022d6fb33bef5c8d70f0c (diff)
downloadhomebrew-cdf2fe749044f03f2ca443d7b0d36930f34f90ba.tar.bz2
cdrtools: fix test.
-rw-r--r--Library/Formula/cdrtools.rb2
1 files changed, 1 insertions, 1 deletions
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