diff options
Diffstat (limited to 'Library/Formula/automake.rb')
| -rw-r--r-- | Library/Formula/automake.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index 906bd9c52..6083f36a0 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -24,11 +24,6 @@ class Automake < Formula 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 automake`. Remove this comment before submitting - # your pull request! - system "#{HOMEBREW_PREFIX}/bin/automake --version" + system "#{bin}/automake --version" end end |
