* tests/test-file-has-acl.sh: Fix distinction between Linux setfacl and
Cygwin setfacl.
+2023-04-18 Bruno Haible <bruno@clisp.org>
+
+ file-has-acl tests: Avoid test failures on Cygwin 3.4.6.
+ * tests/test-file-has-acl.sh: Fix distinction between Linux setfacl and
+ Cygwin setfacl.
+
2023-04-18 Bruno Haible <bruno@clisp.org>
c32isgraph tests: Avoid test failure on Cygwin 3.4.6.
# Linux, FreeBSD, Solaris, Cygwin.
if (setfacl --help >/dev/null) 2>/dev/null; then
# Linux, Cygwin.
- if (LC_ALL=C setfacl --help | grep ' --set-file' >/dev/null) 2>/dev/null; then
+ if (LC_ALL=C setfacl --help | grep ' --test' >/dev/null) 2>/dev/null; then
# Linux.
acl_flavor=linux
else