From d30bf8476732e577d1c50df42a5d96922749dbf7 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 31 Mar 2009 20:58:50 +0000 Subject: [PATCH] b=18972 i=Elena fix a typo in test 24i of sanity.sh --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 64aae1a..4ebf462 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -610,7 +610,7 @@ test_24i() { mrename $DIR/R9/f $DIR/R9/a $CHECKSTAT -t file $DIR/R9/f || error $CHECKSTAT -t dir $DIR/R9/a || error - $CHECKSTAT -a file $DIR/R9/a/f || error + $CHECKSTAT -a $DIR/R9/a/f || error } run_test 24i "rename file to dir error: touch f ; mkdir a ; rename f a" -- 1.8.3.1