ispell: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
816dbec987
commit
3efc4e0b3e
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue