monit: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
98889db723
commit
06ce46546a
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ class Monit < Formula
|
|||
end
|
||||
|
||||
def test
|
||||
system "monit -h"
|
||||
system "#{bin}/monit -h"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue