On Wed, Dec 02, 2020 at 06:15:21PM +0800, Murphy Zhou wrote: > To avoid false failure on overlayfs. > > Signed-off-by: Murphy Zhou <jencce.kernel@xxxxxxxxx> > --- > tests/generic/506 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/generic/506 b/tests/generic/506 > index d5b28cad..edcda6db 100755 > --- a/tests/generic/506 > +++ b/tests/generic/506 > @@ -42,6 +42,7 @@ rm -f $seqres.full > # real QA test starts here > _supported_fs generic > > +_require_prjquota > _require_scratch > _require_scratch_shutdown generic/506 already has _require_prjquota below, and it requires the device to be mounted first. _qmount_option "prjquota" _qmount _require_prjquota $SCRATCH_DEV So would you please give more details on the failure you want to fix? Thanks, Eryu > > -- > 2.20.1