aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-14 09:16:56 -0700
committerAdam Vandenberg2013-06-14 09:16:56 -0700
commit656b146ee97962972dd1e5fa5a80d508d09faf7a (patch)
treec759130158506183cf600849e5b64eb5dac12e95 /Library/Formula
parentc9d8254a4405d61fad24f48d4e9f3862a9f08b65 (diff)
downloadhomebrew-656b146ee97962972dd1e5fa5a80d508d09faf7a.tar.bz2
pgplot: remove failing test
Closes #20476.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pgplot.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/pgplot.rb b/Library/Formula/pgplot.rb
index 6dc523f03..198f3be06 100644
--- a/Library/Formula/pgplot.rb
+++ b/Library/Formula/pgplot.rb
@@ -96,15 +96,4 @@ class Pgplot < Formula
end
end
end
-
- test do
- (testpath/'test_pgplot').write <<-EOS.undent
- spawn #{prefix}/examples/pgdemo1
- expect {
- NULL {send "/XWINDOW\n"; exp_continue}
- RETURN {send "\n"; exp_continue}
- }
- EOS
- system "expect test_pgplot; killall pgxwin_server"
- end
end