aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:18 -0500
committerJack Nagel2013-03-26 00:02:38 -0500
commitf1f270be62dd783a4fb080ce1e857e2679e13b41 (patch)
tree4c713149aa4dc0c1113330b13de53ffc075003f4 /Library/Formula
parent52a57bdc1afe823e6860b3b09cf8e5d2fda8ac43 (diff)
downloadhomebrew-f1f270be62dd783a4fb080ce1e857e2679e13b41.tar.bz2
hyperestraier: fix test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hyperestraier.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hyperestraier.rb b/Library/Formula/hyperestraier.rb
index 65f77195e..4454d25a1 100644
--- a/Library/Formula/hyperestraier.rb
+++ b/Library/Formula/hyperestraier.rb
@@ -84,7 +84,7 @@ class Hyperestraier < Formula
system "make install-mac"
end
- def test
- system "#{bin}/estcmd version"
+ test do
+ system "#{bin}/estcmd", "version"
end
end