* tests/test-quotearg.sh: Copy the fr/ directory using 'cp -R', not
'cp -a'.
+2021-01-03 Bruno Haible <bruno@clisp.org>
+
+ quotearg tests: Avoid test failures on Solaris 11.3.
+ * tests/test-quotearg.sh: Copy the fr/ directory using 'cp -R', not
+ 'cp -a'.
+
2021-01-03 Bruno Haible <bruno@clisp.org>
tests: Fix link errors on Solaris, when libunistring-optional is in use.
case "$host_os" in
solaris2.11)
mkdir -p testlocale
- cp -a "$srcdir/testlocale/fr" "testlocale/$locale"
+ cp -R "$srcdir/testlocale/fr" "testlocale/$locale"
localedir="testlocale"
;;
esac