aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike Naberezny2014-05-21 13:37:23 -0700
committerAdam Vandenberg2014-05-21 16:57:11 -0700
commitbd7c2e8f049e2c29b3e25d04a22f46df9a9b392c (patch)
treedeb73dd2bfca992838c854c72ad0e3241e594993 /Library/Formula
parent23ef9f1173ed055223d443b41bad50fa30090006 (diff)
downloadhomebrew-bd7c2e8f049e2c29b3e25d04a22f46df9a9b392c.tar.bz2
henplus: use full path of executable
Closes #29464. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/henplus.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/henplus.rb b/Library/Formula/henplus.rb
index b3308d6a6..a1c295b44 100644
--- a/Library/Formula/henplus.rb
+++ b/Library/Formula/henplus.rb
@@ -28,6 +28,6 @@ class Henplus < Formula
end
test do
- system "echo exit | henplus | grep -v Exception"
+ system bin/"henplus", "--help"
end
end