mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
XFS Quota tests were unaware of usrquota and grpquota mount options
Merge of master-melb:xfs-cmds:32619a by kenmcd. Fix 134 so it is notrun if grpquota mount option is detected.
This commit is contained in:
@@ -167,7 +167,9 @@ _qmount_option()
|
||||
# thanks to "quota" which will match with "uquota" and "gquota" etc.
|
||||
export MOUNT_OPTIONS=`echo $MOUNT_OPTIONS \
|
||||
| sed -e 's/uquota/QUOTA/g' \
|
||||
-e 's/usrquota/QUOTA/g' \
|
||||
-e 's/gquota/QUOTA/g' \
|
||||
-e 's/grpquota/QUOTA/g' \
|
||||
-e 's/pquota/QUOTA/g' \
|
||||
-e 's/quota/QUOTA/g' \
|
||||
-e 's/uqnoenforce/QUOTA/g' \
|
||||
|
||||
Reference in New Issue
Block a user