From: grev Date: Tue, 22 Jul 2008 06:23:35 +0000 (+0000) Subject: b=16388 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~442 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d719abb138d64b6cf87eb1654edc1b3e168a15c7;p=fs%2Flustre-release.git b=16388 i=Adilger fix sanity (Wangdi typo in setup/cleanup 101) --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index af35b8e..6800c9b 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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() {