mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
updates to match top of tree, grpquota support, fix output to match 3.01
quota user tools.
This commit is contained in:
@@ -129,7 +129,12 @@ mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \
|
||||
|
||||
if src/feature -U $SCRATCH_DEV
|
||||
then
|
||||
ln $seq.usrquota $seq.out
|
||||
if src/feature -G $SCRATCH_DEV
|
||||
then
|
||||
ln $seq.ugquota $seq.out
|
||||
else
|
||||
ln $seq.usrquota $seq.out
|
||||
fi
|
||||
elif src/feature -G $SCRATCH_DEV
|
||||
then
|
||||
ln $seq.grpquota $seq.out
|
||||
|
||||
Reference in New Issue
Block a user