Whamcloud - gitweb
Branch HEAD ; b=16890 ; fix a typo
authoranserper <anserper>
Fri, 10 Oct 2008 23:11:56 +0000 (23:11 +0000)
committeranserper <anserper>
Fri, 10 Oct 2008 23:11:56 +0000 (23:11 +0000)
lustre/tests/sanity-quota.sh

index a88baea..b81a241 100644 (file)
@@ -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=""