diff options
Diffstat (limited to 'Library/Formula/tcpurify.rb')
| -rw-r--r-- | Library/Formula/tcpurify.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tcpurify.rb b/Library/Formula/tcpurify.rb index 94ddfbde1..799eaed1a 100644 --- a/Library/Formula/tcpurify.rb +++ b/Library/Formula/tcpurify.rb @@ -11,6 +11,6 @@ class Tcpurify < Formula end def test - system "#{bin}/tcpurify -v" # Using -v, as without that it returns -1 + system "#{bin}/tcpurify", "-v" end end |
