tmap: use full path in test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-05-05 16:47:11 -05:00
parent 57d0f7aaf4
commit 59c6e6f6d0
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ class Tmap < Formula
end
def test
system "tmap"
system "#{bin}/tmap -v"
end
end