From 73bcef6bd469e16f510edadb9cfdb121c9f9096e Mon Sep 17 00:00:00 2001
From: anserper <anserper>
Date: Fri, 10 Oct 2008 23:06:56 +0000
Subject: [PATCH] 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 bb3d064022..5328acec18 100644
--- a/lustre/tests/sanity-quota.sh
+++ b/lustre/tests/sanity-quota.sh
@@ -728,7 +728,7 @@ test_8() {
 	echo "  Set enough high limit for user: $TSTUSR"
 	$LFS setquota -u $TSTUSR -b 0 -B $BLK_LIMIT -i 0 -I $FILE_LIMIT $DIR
 	echo "  Set enough high limit for group: $TSTUSR"
-	$LFS setquota -g $USER -b 0 -B $BLK_LIMIT -i 0 -I $FILE_LIMIT $DIR
+	$LFS setquota -g $TSTUSR -b 0 -B $BLK_LIMIT -i 0 -I $FILE_LIMIT $DIR
 
 	chmod 0777 $DIR/$tdir
 	local duration=""
-- 
GitLab