From 85e4dd535934c87823b817ece240a63b50e308c0 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 31 Mar 2009 20:55:29 +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 c703266..9ec2369 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -611,7 +611,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