aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-04-03 16:55:40 +0800
committerXu Cheng2015-04-03 16:55:40 +0800
commita6ec3305b1fed02c892025222d7dc037b4d9c60f (patch)
tree137e21db23f85bdd32ab3cba167c1d66f4d75a9b /Library
parentb4f9e995c1dc7bcdef7394702526326f11f5cefc (diff)
downloadhomebrew-a6ec3305b1fed02c892025222d7dc037b4d9c60f.tar.bz2
ioping: improve test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ioping.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb
index a80547a18..6207c613f 100644
--- a/Library/Formula/ioping.rb
+++ b/Library/Formula/ioping.rb
@@ -18,6 +18,6 @@ class Ioping < Formula
end
test do
- system "#{bin}/ioping", "-v"
+ system "#{bin}/ioping", "-c", "1", testpath
end
end