aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wv2.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/wv2.rb b/Library/Formula/wv2.rb
index a8974e4f8..66571cb28 100644
--- a/Library/Formula/wv2.rb
+++ b/Library/Formula/wv2.rb
@@ -15,13 +15,4 @@ class Wv2 < Formula
"--prefix=#{prefix}"
system "make install"
end
-
- def test
- # This test will fail and we won't accept that! It's enough to just
- # replace "false" with the main program this formula installs, but
- # it'd be nice if you were more thorough. Test the test with
- # `brew test wv2`. Remove this comment before submitting
- # your pull request!
- system "false"
- end
end