From: fsgqa Date: Mon, 26 May 2003 00:26:37 +0000 (+0000) Subject: Revert part of last change to QA test 050, add comment instead X-Git-Tag: v1.1.0~981 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f5836eb712bd63c6b14bbc1126453c184170ba72;p=xfstests-dev.git Revert part of last change to QA test 050, add comment instead --- diff --git a/050 b/050 index eac9423b..0b25e208 100755 --- 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