diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tmap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
