On Mon, May 29, 2023 at 09:17:41PM +0800, Chao Yu wrote: > Otherwise, this testcase will fail due to project quota feature is not > enabled in the image. > > Signed-off-by: Chao Yu <chao@xxxxxxxxxx> > --- > tests/generic/506 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/generic/506 b/tests/generic/506 > index ec91af78..d4aac68b 100755 > --- a/tests/generic/506 > +++ b/tests/generic/506 > @@ -31,6 +31,7 @@ _require_quota > _require_scratch_shutdown > > _scratch_mkfs >/dev/null 2>&1 > +_scratch_enable_pquota Make sense, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > _require_metadata_journaling $SCRATCH_DEV > _qmount_option "prjquota" > _qmount > -- > 2.40.1 >