aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fwknop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/fwknop.rb')
-rw-r--r--Library/Formula/fwknop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fwknop.rb b/Library/Formula/fwknop.rb
index 31536d55a..f2059a800 100644
--- a/Library/Formula/fwknop.rb
+++ b/Library/Formula/fwknop.rb
@@ -20,7 +20,7 @@ class Fwknop < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/fwknop", "--version"
end
end