wrk: fix test

master
Jack Nagel 2013-03-25 13:35:22 -05:00
parent 3b793e0230
commit 4e24fc3940
1 changed files with 2 additions and 2 deletions

View File

@ -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