From c9284df06b4c6d0359940cce3533bef8e7ef10de Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Tue, 22 Jul 2008 06:20:34 +0000
Subject: [PATCH] b=16388 i=Adilger fix sanity (Wangdi typo in setup/cleanup
 101)

---
 lustre/tests/sanity.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index e3e4f1460c..cf59d9544b 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -3686,14 +3686,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() {
-- 
GitLab