aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/monit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/monit.rb')
-rw-r--r--Library/Formula/monit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb
index 42c13117c..52c86f5c4 100644
--- a/Library/Formula/monit.rb
+++ b/Library/Formula/monit.rb
@@ -12,7 +12,7 @@ class Monit < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/monit", "-h"
end
end