mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +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
|
||||
seq 1 10 >/tmp/$$
|
||||
$PAR -a /tmp/$$ echo
|
||||
$PAR --arg-file /tmp/$$ echo
|
||||
$PAR -k -a /tmp/$$ echo
|
||||
$PAR -k --arg-file /tmp/$$ echo
|
||||
|
||||
cd input-files/test15
|
||||
|
||||
|
|
Loading…
Reference in a new issue