mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Revert part of last change to QA test 050, add comment instead
This commit is contained in:
@@ -149,7 +149,8 @@ _qmount
|
||||
repquota -$type $SCRATCH_DEV | _filter_repquota 7
|
||||
|
||||
echo
|
||||
echo "*** push past the hard inode limit (EDQUOT if enfd)" | tee -a $seq.full
|
||||
# Note: for quota accounting (not enforcement), EDQUOT is not expected
|
||||
echo "*** push past the hard inode limit (expect EDQUOT)" | tee -a $seq.full
|
||||
for i in 1 2 3 4 5 6 7 8 9 10 11 12
|
||||
do
|
||||
_file_as_id $SCRATCH_MNT/hard$i $id $type 1024 0
|
||||
@@ -158,7 +159,8 @@ _qmount
|
||||
repquota -$type $SCRATCH_DEV | _filter_repquota 7
|
||||
|
||||
echo
|
||||
echo "*** push past the hard block limit (EDQUOT is enfd)" | tee -a $seq.full
|
||||
# Note: for quota accounting (not enforcement), EDQUOT is not expected
|
||||
echo "*** push past the hard block limit (expect EDQUOT)" | tee -a $seq.full
|
||||
_file_as_id $SCRATCH_MNT/softie $id $type 1024 540
|
||||
_qmount
|
||||
repquota -$type $SCRATCH_DEV | _filter_and_check_blocks 7
|
||||
|
||||
Reference in New Issue
Block a user