On Wed, Apr 17, 2024 at 04:01:02PM +0300, Amir Goldstein wrote: > The test tries to mount with same mount options on two different > mount points. > > Overlayfs does not support doing that. > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- Thanks for confirming that. Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/generic/732 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/732 b/tests/generic/732 > index 5b5087d5..7a40f49b 100755 > --- a/tests/generic/732 > +++ b/tests/generic/732 > @@ -22,7 +22,7 @@ _cleanup() > } > > # real QA test starts here > -_supported_fs ^nfs > +_supported_fs ^nfs ^overlay > > _require_test > _require_scratch > -- > 2.34.1 >