aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-05 16:44:52 -0500
committerJack Nagel2012-05-05 16:44:52 -0500
commitb4c6bf56f5ea08e63a8d14134362bb7ddee6b106 (patch)
treeac6337fd9d871c0fee53ba53c6e49baeee009104 /Library
parent387cbf046301c6458557bf0cf93828b85b1eb12b (diff)
downloadhomebrew-b4c6bf56f5ea08e63a8d14134362bb7ddee6b106.tar.bz2
fastjar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fastjar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fastjar.rb b/Library/Formula/fastjar.rb
index d05805de1..a1b320ad9 100644
--- a/Library/Formula/fastjar.rb
+++ b/Library/Formula/fastjar.rb
@@ -12,7 +12,7 @@ class Fastjar < Formula
end
def test
- system "fastjar -V"
- system "grepjar -V"
+ system "#{bin}/fastjar -V"
+ system "#{bin}/grepjar -V"
end
end