* tests/test-file-has-acl.sh: Fix distinction between Linux setfacl and
Cygwin setfacl.
2023-04-18 Bruno Haible <bruno@clisp.org>
- c32isgraph: Avoid test failure on Cygwin 3.4.6.
+ 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.
* tests/test-c32isgraph.c (main): Skip U+00A0 test on Cygwin.
2023-04-17 Paul Eggert <eggert@cs.ucla.edu>
# 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