mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
check we support quotas
Merge of master-melb:xfs-cmds:23856a by kenmcd. check we support quotas
This commit is contained in:
@@ -57,6 +57,7 @@ _cleanup()
|
||||
# get standard environment, filters and checks
|
||||
. ./common.rc
|
||||
. ./common.filter
|
||||
. ./common.quota
|
||||
|
||||
# real QA test starts here
|
||||
|
||||
@@ -64,6 +65,7 @@ _supported_fs xfs
|
||||
_supported_os IRIX Linux
|
||||
|
||||
_require_scratch
|
||||
_require_quota
|
||||
|
||||
mkfs.xfs -f $SCRATCH_DEV >/dev/null 2>&1
|
||||
mount -o uquota $SCRATCH_DEV $SCRATCH_MNT
|
||||
|
||||
Reference in New Issue
Block a user