pgplot: remove failing test

Closes Homebrew/homebrew#20476.
This commit is contained in:
Adam Vandenberg 2013-06-14 09:16:56 -07:00
parent dab1c14657
commit 1c8b55240b

View file

@ -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