From 656b146ee97962972dd1e5fa5a80d508d09faf7a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 14 Jun 2013 09:16:56 -0700 Subject: pgplot: remove failing test Closes #20476. --- Library/Formula/pgplot.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Library/Formula/pgplot.rb') 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 -- cgit v1.2.3