From 26953c0c0efcbde4decc9b3e3a9e726bab6a6fb4 Mon Sep 17 00:00:00 2001 From: Rahul Deshmukh Date: Thu, 16 Sep 2010 13:38:09 +0530 Subject: [PATCH] b=23200 1.8<->2.0 interop: sanityN test_12: @@@@@@ FAIL: test_12 failed with 1 b=23200 1.8<->2.0 interop: sanityN test_12: @@@@@@ FAIL: test_12 failed with 1 This patch fixed the 1.8<->2.0 interop: sanityN test_12 i=rread --- lustre/tests/lockorder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/lockorder.sh b/lustre/tests/lockorder.sh index d4656d3..122df46 100644 --- a/lustre/tests/lockorder.sh +++ b/lustre/tests/lockorder.sh @@ -42,7 +42,7 @@ while [ $MINRES -gt $MAXRES ]; do MAXDIR=$DIRTMP MAXRES=$DIRRES fi - if [ $FILERES -lt $MINRES ]; then + if [ $FILERES -lt $MINRES -o -z "$MINFILE" ]; then [ -f "$MINFILE" ] && rm $MINFILE MINFILE=$FILETMP MINRES=$FILERES -- 1.8.3.1