monit: use full path in test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-06 00:59:18 -05:00
parent 98889db723
commit 06ce46546a

View file

@ -13,6 +13,6 @@ class Monit < Formula
end
def test
system "monit -h"
system "#{bin}/monit -h"
end
end