diff options
| author | Jack Nagel | 2012-02-02 18:55:36 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-02 18:55:36 -0600 |
| commit | 4ded515e4761c32efc0a0eba4735d0bd1fe7e46b (patch) | |
| tree | 967b72937b71b6c32f78273efa49ca6f7b24d0c8 /Library | |
| parent | aedddbba593487e047dcd42d699b626ba2d18d36 (diff) | |
| download | homebrew-4ded515e4761c32efc0a0eba4735d0bd1fe7e46b.tar.bz2 | |
wv2: remove template test method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wv2.rb | 9 |
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 |
