Whamcloud - gitweb
b=16388
authorgrev <grev>
Tue, 22 Jul 2008 06:23:35 +0000 (06:23 +0000)
committergrev <grev>
Tue, 22 Jul 2008 06:23:35 +0000 (06:23 +0000)
i=Adilger
fix sanity (Wangdi typo in setup/cleanup 101)

lustre/tests/sanity.sh

index af35b8e..6800c9b 100644 (file)
@@ -3606,14 +3606,14 @@ setup_test101() {
        $SETSTRIPE $DIR/$tfile -s $STRIPE_SIZE -i $STRIPE_OFFSET -c $OSTCOUNT
 
        dd if=/dev/zero of=$DIR/$tfile bs=1024k count=100 2> /dev/null
-       SETUP_TEST102=yes
+       SETUP_TEST101=yes
 }
 
 cleanup_test101() {
        [ "$SETUP_TEST101" = "yes" ] || return
        trap 0
        rm -rf $DIR/$tdir
-       SETUP_TEST102=no
+       SETUP_TEST101=no
 }
 
 calc_total() {