From 078937463f4a5763239c7d221c168aa9cf5630b5 Mon Sep 17 00:00:00 2001 From: Yuezhang Mo Date: Fri, 6 Jun 2025 18:35:17 +0800 Subject: [PATCH] generic/689: add _require_acls Before testing for ACLs, check whether the file system supports it with _require_acls. Signed-off-by: Yuezhang Mo Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/generic/689 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/generic/689 b/tests/generic/689 index 36c74cd7..739d10b3 100755 --- a/tests/generic/689 +++ b/tests/generic/689 @@ -15,10 +15,12 @@ _begin_fstest auto quick perms idmapped # Import common functions. . ./common/filter +. ./common/attr _require_test _require_idmapped_mounts +_require_acls _require_user fsgqa _require_group fsgqa -- 2.39.5