From: anserper Date: Fri, 10 Oct 2008 23:11:56 +0000 (+0000) Subject: Branch HEAD ; b=16890 ; fix a typo X-Git-Tag: v1_9_90~113 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=127a6e30551dfaf3da64c0ae8932c4c79df39d16;p=fs%2Flustre-release.git Branch HEAD ; b=16890 ; fix a typo --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index a88baea..b81a241 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=""