aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-10-06 07:24:40 -0700
committerAdam Vandenberg2014-10-06 07:24:40 -0700
commit1c830bb09c0a8124dd231889d59f26e62fda557d (patch)
tree5ecd2fb38ef7cc3f5d20cf727f4c7a69bff48cf3
parentb366befc5f1ae2e633786d8e6872d8bfa1b52535 (diff)
downloadhomebrew-1c830bb09c0a8124dd231889d59f26e62fda557d.tar.bz2
prooftree: remove test that requires GUI
-rw-r--r--Library/Formula/prooftree.rb4
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