From f5836eb712bd63c6b14bbc1126453c184170ba72 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Mon, 26 May 2003 00:26:37 +0000 Subject: [PATCH] Revert part of last change to QA test 050, add comment instead --- 050 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5