aircrack-ng: add test. (#4479)

Test is crappy but better than nothing.
This commit is contained in:
Mike McQuaid 2016-09-03 19:23:58 +01:00 committed by GitHub
parent e6c6ec3047
commit cca8d45c38

View file

@ -37,6 +37,10 @@ class AircrackNg < Formula
Run `airodump-ng-oui-update` install or update the Airodump-ng OUI file.
EOS
end
test do
system "#{bin}/aircrack-ng", "--help"
end
end
__END__