aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2015-01-18 18:03:56 +0100
committerMike McQuaid2015-01-18 18:03:56 +0100
commit3b9cab25fc8d1b7cf0cf6c87ba3c87ec963f06f7 (patch)
tree9997ab99121f3c67dfb8559d12f911ae465e49c7 /Library/Formula
parentdfefe4a4d63a58376778cf9f8e751f9babc28a5b (diff)
downloadhomebrew-3b9cab25fc8d1b7cf0cf6c87ba3c87ec963f06f7.tar.bz2
torrentcheck: remove broken test.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/torrentcheck.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/torrentcheck.rb b/Library/Formula/torrentcheck.rb
index d3217e308..91a0fa39e 100644
--- a/Library/Formula/torrentcheck.rb
+++ b/Library/Formula/torrentcheck.rb
@@ -10,8 +10,4 @@ class Torrentcheck < Formula
system ENV.cc, "torrentcheck.c", "sha1.c", "-o", "torrentcheck", *ENV.cflags.to_s.split
bin.install 'torrentcheck'
end
-
- test do
- system "#{bin}/torrentcheck"
- end
end