diff options
| author | Xu Cheng | 2015-04-03 16:55:40 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-04-03 16:55:40 +0800 |
| commit | a6ec3305b1fed02c892025222d7dc037b4d9c60f (patch) | |
| tree | 137e21db23f85bdd32ab3cba167c1d66f4d75a9b /Library | |
| parent | b4f9e995c1dc7bcdef7394702526326f11f5cefc (diff) | |
| download | homebrew-a6ec3305b1fed02c892025222d7dc037b4d9c60f.tar.bz2 | |
ioping: improve test
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ioping.rb | 2 |
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 |
