freeglut: remove accidentally added bad test.

This commit is contained in:
Mike McQuaid 2017-01-27 09:33:36 +00:00
parent 9e0d745c9e
commit df8ec197c0

View file

@ -22,10 +22,6 @@ class Freeglut < Formula
system "make", "all"
system "make", "install"
end
test do
system "#{bin}/freeglut", "--version"
end
end
__END__