mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-25 15:37:56 +00:00
tests-to-run/test15.sh: Race condition would give false positive. Fixed.
This commit is contained in:
parent
65b073c7c4
commit
4d4cd03a0d
|
@ -6,8 +6,8 @@ PAR=parallel
|
||||||
|
|
||||||
# Test -a and --arg-file: Read input from file instead of stdin
|
# Test -a and --arg-file: Read input from file instead of stdin
|
||||||
seq 1 10 >/tmp/$$
|
seq 1 10 >/tmp/$$
|
||||||
$PAR -a /tmp/$$ echo
|
$PAR -k -a /tmp/$$ echo
|
||||||
$PAR --arg-file /tmp/$$ echo
|
$PAR -k --arg-file /tmp/$$ echo
|
||||||
|
|
||||||
cd input-files/test15
|
cd input-files/test15
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue