whatmask: use == in test
This commit is contained in:
parent
4e99a0fa32
commit
ccdb4bc8bb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue