Whamcloud - gitweb
b=18972
authoranserper <anserper>
Tue, 31 Mar 2009 21:04:00 +0000 (21:04 +0000)
committeranserper <anserper>
Tue, 31 Mar 2009 21:04:00 +0000 (21:04 +0000)
i=Elena

fix a typo in test 24i of sanity.sh

lustre/tests/sanity.sh

index 03bc8ae..05349c8 100644 (file)
@@ -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"