aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arp-scan.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/arp-scan.rb')
-rw-r--r--Library/Formula/arp-scan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/arp-scan.rb b/Library/Formula/arp-scan.rb
index 661388cfa..80a939867 100644
--- a/Library/Formula/arp-scan.rb
+++ b/Library/Formula/arp-scan.rb
@@ -11,7 +11,7 @@ class ArpScan < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/arp-scan", "-V"
end
end