From b4c6bf56f5ea08e63a8d14134362bb7ddee6b106 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 5 May 2012 16:44:52 -0500 Subject: fastjar: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/fastjar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3