From e8fb7a0217ba8eeae70dfb163a5e837cf9d7a230 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Mon, 29 May 2023 21:17:41 +0800 Subject: [PATCH] generic/506: fix to call _scratch_enable_pquota() Otherwise, this testcase will fail due to project quota feature is not enabled in the image. Signed-off-by: Chao Yu Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- 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 _require_metadata_journaling $SCRATCH_DEV _qmount_option "prjquota" _qmount -- 2.39.5