aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cdrtools.rb4
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