growly: use full path in test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-06 00:34:15 -05:00
parent 78fe4d3b33
commit 6ff456cf82

View file

@ -11,6 +11,6 @@ class Growly < Formula
end
def test
system 'growly "echo Hello, world!"'
system "#{bin}/growly", "echo Hello, world!"
end
end