testsuite/tests-to-run/parallel-local164.sh: Test used old version of parallel.

This commit is contained in:
Ole Tange 2013-03-23 21:45:11 +01:00
parent f1419ef073
commit c6b229e67a

View file

@ -142,6 +142,6 @@ echo '### Negative replacement strings'
parallel --colsep ' ' echo '{-3}orrect' ::: "1 c 3 4"
echo 'bug #38439: "open files" with --files --pipe blocks after a while'
ulimit -n 15; yes |head -n 10M | parallel-20120822 --pipe -k echo {#} of 21
ulimit -n 20; yes |head -n 10M | parallel --pipe -k echo {#} of 21
EOF