diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/wc-parallel.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/misc/wc-parallel.sh b/tests/misc/wc-parallel.sh index 2d1e9f405..98c36b9fa 100755 --- a/tests/misc/wc-parallel.sh +++ b/tests/misc/wc-parallel.sh @@ -20,6 +20,10 @@ . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc +if xargs -P2 </dev/null >/dev/null 2>&1 + skip_ 'xargs -P is required' +fi + (mkdir tmp && cd tmp && seq 2000 | xargs touch) # This will output at least 16KiB per process |