Like what 4fd042e0465c("generic/732: don't run it on NFS") say, the same options for tmpfs won't share the same backend. Skip it for tmpfs. Signed-off-by: Yang Erkun <yangerkun@xxxxxxxxxx> --- tests/generic/732 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/732 b/tests/generic/732 index 7a40f49b..2b83f216 100755 --- a/tests/generic/732 +++ b/tests/generic/732 @@ -22,7 +22,7 @@ _cleanup() } # real QA test starts here -_supported_fs ^nfs ^overlay +_supported_fs ^nfs ^overlay ^tmpfs _require_test _require_scratch -- 2.39.2