aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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