diff options
| author | Adam Vandenberg | 2014-10-06 07:24:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-10-06 07:24:40 -0700 |
| commit | 1c830bb09c0a8124dd231889d59f26e62fda557d (patch) | |
| tree | 5ecd2fb38ef7cc3f5d20cf727f4c7a69bff48cf3 | |
| parent | b366befc5f1ae2e633786d8e6872d8bfa1b52535 (diff) | |
| download | homebrew-1c830bb09c0a8124dd231889d59f26e62fda557d.tar.bz2 | |
prooftree: remove test that requires GUI
| -rw-r--r-- | Library/Formula/prooftree.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/prooftree.rb b/Library/Formula/prooftree.rb index bfa86eef0..591e8d36d 100644 --- a/Library/Formula/prooftree.rb +++ b/Library/Formula/prooftree.rb @@ -20,8 +20,4 @@ class Prooftree < Formula system "make" system "make install" end - - test do - system "#{bin}/prooftree", "-help" - end end |
