mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
tidy up the feature checking - can bite in either enfd/acct quota cases.
This commit is contained in:
@@ -99,9 +99,9 @@ _log_traffic()
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# having quota enabled means extra log traffic - evil!
|
||||
$here/src/feature -u $SCRATCH_DEV && _notrun "User quota are enabled"
|
||||
$here/src/feature -g $SCRATCH_DEV && _notrun "Group quota are enabled"
|
||||
# having any quota enabled (acct/enfd) means extra log traffic - evil!
|
||||
$here/src/feature -U $SCRATCH_DEV && _notrun "User quota are enabled"
|
||||
$here/src/feature -G $SCRATCH_DEV && _notrun "Group quota are enabled"
|
||||
|
||||
echo " *** fiddle"
|
||||
while [ $count -ge 0 ]
|
||||
|
||||
Reference in New Issue
Block a user