aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 00:59:18 -0500
committerJack Nagel2012-05-06 01:07:47 -0500
commit0cd65fc1497db84fdbc1c12d4ee8abe203fc6234 (patch)
treedcb33e33fbc642c7e0f52403d91458c81f6e0cea /Library
parent44179f81988e3c8a8682894afffaf989c193d00a (diff)
downloadhomebrew-0cd65fc1497db84fdbc1c12d4ee8abe203fc6234.tar.bz2
monit: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 581e96e66..9107910e9 100644
--- a/Library/Formula/monit.rb
+++ b/Library/Formula/monit.rb
@@ -13,6 +13,6 @@ class Monit < Formula
end
def test
- system "monit -h"
+ system "#{bin}/monit -h"
end
end