pgplot: remove accidentally added bad test.

This commit is contained in:
Mike McQuaid 2017-01-27 09:33:36 +00:00
parent cde6b4eb7d
commit 028b50a0ec

View file

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