diff options
| author | Adam Vandenberg | 2013-06-14 09:16:56 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-14 09:16:56 -0700 |
| commit | 656b146ee97962972dd1e5fa5a80d508d09faf7a (patch) | |
| tree | c759130158506183cf600849e5b64eb5dac12e95 /Library | |
| parent | c9d8254a4405d61fad24f48d4e9f3862a9f08b65 (diff) | |
| download | homebrew-656b146ee97962972dd1e5fa5a80d508d09faf7a.tar.bz2 | |
pgplot: remove failing test
Closes #20476.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pgplot.rb | 11 |
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 |
