* 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
. "${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 ||