tests-to-run/test15.sh: Race condition would give false positive. Fixed.

This commit is contained in:
Ole Tange 2010-05-15 15:49:38 +02:00
parent 65b073c7c4
commit 4d4cd03a0d

View file

@ -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