diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/whatmask.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/whatmask.rb b/Library/Formula/whatmask.rb index cc935f1c4..1bf6a1876 100644 --- a/Library/Formula/whatmask.rb +++ b/Library/Formula/whatmask.rb @@ -12,8 +12,8 @@ class Whatmask < Formula system "make install" end - def test - %x[#{bin}/whatmask /24].eql? <<-EOS + test do + %x[#{bin}/whatmask /24] == <<-EOS --------------------------------------------- TCP/IP SUBNET MASK EQUIVALENTS |
