ispell: remove pointless test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-05 17:19:58 -05:00
parent 816dbec987
commit 3efc4e0b3e

View file

@ -33,10 +33,4 @@ class Ispell < Formula
system "make all"
system "make install"
end
def test
%w{ buildhash defmt-c defmt-sh findaffix icombine ijoin ispell munchlist tryaffix}.each do |f|
system "test -x #{bin}/#{f}"
end
end
end