Skip to content
Snippets Groups Projects
Commit 127a6e30 authored by Andrew Perepechko's avatar Andrew Perepechko
Browse files

Branch HEAD ; b=16890 ; fix a typo

parent 48a479f1
No related branches found
No related tags found
No related merge requests found
...@@ -621,7 +621,7 @@ test_8() { ...@@ -621,7 +621,7 @@ test_8() {
echo " Set enough high limit for user: $TSTUSR" echo " Set enough high limit for user: $TSTUSR"
$LFS setquota -u $TSTUSR 0 $BLK_LIMIT 0 $FILE_LIMIT $DIR $LFS setquota -u $TSTUSR 0 $BLK_LIMIT 0 $FILE_LIMIT $DIR
echo " Set enough high limit for group: $TSTUSR" 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 chmod 0777 $DIR/$tdir
local duration="" local duration=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment