aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/wemux.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wemux.rb b/Library/Formula/wemux.rb
index 2e64994e0..c0bd30f17 100644
--- a/Library/Formula/wemux.rb
+++ b/Library/Formula/wemux.rb
@@ -30,7 +30,7 @@ class Wemux < Formula
EOS
end
- def test
- system "#{bin}/wemux help"
+ test do
+ system "#{bin}/wemux", "help"
end
end