henplus: use full path of executable

Closes Homebrew/homebrew#29464.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Naberezny 2014-05-21 13:37:23 -07:00 committed by Adam Vandenberg
parent 9a7fe8a1cf
commit 4b2912e937

View file

@ -28,6 +28,6 @@ class Henplus < Formula
end
test do
system "echo exit | henplus | grep -v Exception"
system bin/"henplus", "--help"
end
end