henplus: use full path of executable
Closes Homebrew/homebrew#29464. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9a7fe8a1cf
commit
4b2912e937
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ class Henplus < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "echo exit | henplus | grep -v Exception"
|
||||
system bin/"henplus", "--help"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue