aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pgplot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pgplot.rb')
-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