diff options
| author | fbrosson | 2015-01-03 20:00:24 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-04 10:36:09 +0000 |
| commit | d31669dece2a1d82eeacede04f69814e4476c5d4 (patch) | |
| tree | e88efa106d898b17838b14b6421990f467f2b793 | |
| parent | 69ce12c40c04e8de47359de690e71843e27c37bb (diff) | |
| download | homebrew-d31669dece2a1d82eeacede04f69814e4476c5d4.tar.bz2 | |
cdrtools: simplified the "test" section
Closes #35518.
| -rw-r--r-- | Library/Formula/cdrtools.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/cdrtools.rb b/Library/Formula/cdrtools.rb index d977dd6de..4bb38b6ca 100644 --- a/Library/Formula/cdrtools.rb +++ b/Library/Formula/cdrtools.rb @@ -39,11 +39,7 @@ class Cdrtools < Formula end test do - system "#{bin}/cdrecord", "-version" system "#{bin}/cdrecord", "-scanbus" - system "#{bin}/mkisofs", "-version" - system "#{bin}/cdda2wav", "-version" - system "#{bin}/readcd", "-version" end end |
