aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tcpurify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tcpurify.rb')
-rw-r--r--Library/Formula/tcpurify.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tcpurify.rb b/Library/Formula/tcpurify.rb
index 799eaed1a..ad3ba3bd6 100644
--- a/Library/Formula/tcpurify.rb
+++ b/Library/Formula/tcpurify.rb
@@ -10,7 +10,7 @@ class Tcpurify < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/tcpurify", "-v"
end
end