diff options
| author | Jack Nagel | 2012-05-05 17:19:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-05 17:19:58 -0500 |
| commit | a90f807b48741a0861a506026a1ca0b95a6b61f3 (patch) | |
| tree | ea6479c0bb3640b45faddfdf2e3f61e291c3a377 /Library/Formula/ispell.rb | |
| parent | a96f24c86a057539a3196d32479b9a43be929f2e (diff) | |
| download | homebrew-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.rb | 6 |
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 |
