Revert "ack: try and fix test with brew-test-bot."

This reverts commit f3d7691d4c39e0051e79e4f9764fa24fbcfbbda4.
master
Mike McQuaid 2013-09-14 14:15:12 +01:00
parent cc609a0da7
commit 24f42dc953
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ class Ack < Formula
end
test do
system "#{bin}/ack brew /usr/share/dict/words"
system "#{bin}/ack", 'brew', '/usr/share/dict/words'
end
end