From 0cd65fc1497db84fdbc1c12d4ee8abe203fc6234 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 6 May 2012 00:59:18 -0500 Subject: monit: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/monit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3