diff --git a/Formula/pgplot.rb b/Formula/pgplot.rb index 479083e135..63a02814e2 100644 --- a/Formula/pgplot.rb +++ b/Formula/pgplot.rb @@ -90,8 +90,4 @@ class Pgplot < Formula (share/"examples").install Dir["*demo*", "../examples/pgdemo*.f", "../cpg/cpgdemo*.c", "../drivers/*/pg*demo.*"] end end - - test do - system "#{bin}/pgplot", "--version" - end end