aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/masscan.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/masscan.rb b/Library/Formula/masscan.rb
index 0b7e36db8..3aa1370c3 100644
--- a/Library/Formula/masscan.rb
+++ b/Library/Formula/masscan.rb
@@ -10,4 +10,8 @@ class Masscan < Formula
system "make"
bin.install "bin/masscan"
end
+
+ test do
+ assert `#{bin}/masscan --echo`.include? 'adapter ='
+ end
end