aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ispell.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-05 17:19:58 -0500
committerJack Nagel2012-05-05 17:19:58 -0500
commita90f807b48741a0861a506026a1ca0b95a6b61f3 (patch)
treeea6479c0bb3640b45faddfdf2e3f61e291c3a377 /Library/Formula/ispell.rb
parenta96f24c86a057539a3196d32479b9a43be929f2e (diff)
downloadhomebrew-a90f807b48741a0861a506026a1ca0b95a6b61f3.tar.bz2
ispell: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ispell.rb')
-rw-r--r--Library/Formula/ispell.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/ispell.rb b/Library/Formula/ispell.rb
index 342e5a9ed..a10ecf3a6 100644
--- a/Library/Formula/ispell.rb
+++ b/Library/Formula/ispell.rb
@@ -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