aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wrk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wrk.rb b/Library/Formula/wrk.rb
index d1de3d20f..2f1392fce 100644
--- a/Library/Formula/wrk.rb
+++ b/Library/Formula/wrk.rb
@@ -10,7 +10,7 @@ class Wrk < Formula
bin.install "wrk"
end
- def test
- system "#{bin}/wrk -c 1 -r 1 -t 1 http://www.github.com/"
+ test do
+ system *%W{#{bin}/wrk -c 1 -r 1 -t 1 http://www.github.com/}
end
end