diff options
| -rw-r--r-- | Library/Formula/cdrtools.rb | 2 |
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 |
