diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/prooftree.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/prooftree.rb b/Library/Formula/prooftree.rb index 09beb97d3..46e6bc5d8 100644 --- a/Library/Formula/prooftree.rb +++ b/Library/Formula/prooftree.rb @@ -14,7 +14,7 @@ class Prooftree < Formula system "make install" end - def test - system "prooftree -help" + test do + system "#{bin}/prooftree", "-help" end end |
