Skip the test on older kernels that don't implement mount_setattr and open_tree syscalls, instead of failing. Signed-off-by: Anthony Iliopoulos <ailiop@xxxxxxxx> --- tests/generic/633 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/633 b/tests/generic/633 index 3bd18df68ba5..f58dbbf5f222 100755 --- a/tests/generic/633 +++ b/tests/generic/633 @@ -12,7 +12,7 @@ _begin_fstest auto quick atime attr cap idmapped io_uring mount perms rw unlink # Import common functions. . ./common/filter - +_require_idmapped_mounts _require_test echo "Silence is golden" -- 2.44.0