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