From 76ce933e9043d6fbc684225f61d9c2c362e771fa Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 6 May 2012 00:52:17 -0500 Subject: jp2a: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/jp2a.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/jp2a.rb b/Library/Formula/jp2a.rb index 7ccc1d29a..8d079dace 100644 --- a/Library/Formula/jp2a.rb +++ b/Library/Formula/jp2a.rb @@ -14,6 +14,6 @@ class Jp2a < Formula end def test - system "jp2a -V" + system "#{bin}/jp2a -V" end end -- cgit v1.2.3