Revert part of last change to QA test 050, add comment instead
[xfstests-dev.git] / 050
diff --git a/050 b/050
index eac9423b8d07677132fb8f6be8f84dd32eed619f..0b25e2088abe862fc85e24fb9b174424de705ccd 100755 (executable)
--- a/050
+++ b/050
@@ -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