From e46ab27ebe73edfa7a4e5905c1f242e89620535d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 5 May 2012 16:45:16 -0500 Subject: uchardet: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/uchardet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/uchardet.rb b/Library/Formula/uchardet.rb index 50f39f66f..409ff0951 100644 --- a/Library/Formula/uchardet.rb +++ b/Library/Formula/uchardet.rb @@ -15,6 +15,6 @@ class Uchardet < Formula end def test - system "uchardet", __FILE__ + system "#{bin}/uchardet", __FILE__ end end -- cgit v1.2.3