From 01f25a88d01d9bbc73123b8ab6d59f86fa742b50 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 31 Mar 2009 21:04:00 +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 03bc8ae..05349c8 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -633,7 +633,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