From 33834a3cf0e885a96e4e83b9bd4268eda1f9c4cc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 5 May 2012 16:47:11 -0500 Subject: tmap: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/tmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tmap.rb b/Library/Formula/tmap.rb index 78d4a12d8..b61ca3836 100644 --- a/Library/Formula/tmap.rb +++ b/Library/Formula/tmap.rb @@ -20,6 +20,6 @@ class Tmap < Formula end def test - system "tmap" + system "#{bin}/tmap -v" end end -- cgit v1.2.3