diff options
Diffstat (limited to 'Library/Formula/automake.rb')
| -rw-r--r-- | Library/Formula/automake.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index 52a89d07c..10fd6e63f 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -33,7 +33,7 @@ class Automake < Formula EOS end - def test + test do system "#{bin}/automake", "--version" end end |
