mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
move test for xfs kernel quota into common.quota.
This commit is contained in:
@@ -84,10 +84,7 @@ chmod a+w $seq.full # arbitrary users will write here
|
||||
_mymount
|
||||
|
||||
# setup exactly what it is we'll be testing
|
||||
if ! src/feature -q $SCRATCH_DEV
|
||||
then
|
||||
_notrun "XFS quota not enabled"
|
||||
elif src/feature -u $SCRATCH_DEV
|
||||
if src/feature -u $SCRATCH_DEV
|
||||
then
|
||||
type=u ; id=`_choose_uid`; ln $seq.usrquota $seq.out
|
||||
elif src/feature -g $SCRATCH_DEV
|
||||
|
||||
Reference in New Issue
Block a user