From 4d4cd03a0d36391b51bad239c69803afc8e9b8d7 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sat, 15 May 2010 15:49:38 +0200 Subject: [PATCH] tests-to-run/test15.sh: Race condition would give false positive. Fixed. --- unittest/tests-to-run/test15.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/tests-to-run/test15.sh b/unittest/tests-to-run/test15.sh index e58f14f0..44111082 100644 --- a/unittest/tests-to-run/test15.sh +++ b/unittest/tests-to-run/test15.sh @@ -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