* tests/ls/acl.sh: In constrained environments, like with setxattr() disabled for example, require_acl_ does not check for the required functionality, so use the more stringent require_setfacl_ instead. Reported at https://github.com/NixOS/nixpkgs/issues/394953 --- tests/ls/acl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ls/acl.sh b/tests/ls/acl.sh index adf358bca..ef323341f 100755 --- a/tests/ls/acl.sh +++ b/tests/ls/acl.sh @@ -19,7 +19,7 @@ . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls -require_acl_ +require_setfacl_ # Skip this test if ls was built without ACL support: grep '^#define USE_ACL 1' $CONFIG_HEADER > /dev/null || -- 2.49.0