diff options
Diffstat (limited to 'Library/Formula/tup.rb')
| -rw-r--r-- | Library/Formula/tup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index 076b936dd..f7913c63d 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -16,7 +16,7 @@ class Tup < Formula man1.install 'tup.1' end - def test + test do system "#{bin}/tup", "-v" end end |
