growly: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
78fe4d3b33
commit
6ff456cf82
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ class Growly < Formula
|
|||
end
|
||||
|
||||
def test
|
||||
system 'growly "echo Hello, world!"'
|
||||
system "#{bin}/growly", "echo Hello, world!"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue