From 127a6e30551dfaf3da64c0ae8932c4c79df39d16 Mon Sep 17 00:00:00 2001
From: anserper <anserper>
Date: Fri, 10 Oct 2008 23:11:56 +0000
Subject: [PATCH] Branch HEAD ; b=16890 ; fix a typo

---
 lustre/tests/sanity-quota.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh
index a88baea772..b81a2417f2 100644
--- a/lustre/tests/sanity-quota.sh
+++ b/lustre/tests/sanity-quota.sh
@@ -621,7 +621,7 @@ test_8() {
 	echo "  Set enough high limit for user: $TSTUSR"
 	$LFS setquota -u $TSTUSR 0 $BLK_LIMIT 0 $FILE_LIMIT $DIR
 	echo "  Set enough high limit for group: $TSTUSR"
-	$LFS setquota -g $USER 0 $BLK_LIMIT 0 $FILE_LIMIT $DIR
+	$LFS setquota -g $TSTUSR 0 $BLK_LIMIT 0 $FILE_LIMIT $DIR
 
 	chmod 0777 $DIR/$tdir
 	local duration=""
-- 
GitLab