From: Bruno Haible Date: Mon, 4 Jan 2021 03:00:51 +0000 (+0100) Subject: quotearg tests: Avoid test failures on Solaris 11.3. X-Git-Tag: v1.0~3217 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a41424b904c2e14cb395b3736dbd76d727204af9;p=gnulib.git quotearg tests: Avoid test failures on Solaris 11.3. * tests/test-quotearg.sh: Copy the fr/ directory using 'cp -R', not 'cp -a'. --- diff --git a/ChangeLog b/ChangeLog index 4eec2938ca..c2e48a7b4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-01-03 Bruno Haible + + 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 tests: Fix link errors on Solaris, when libunistring-optional is in use. diff --git a/tests/test-quotearg.sh b/tests/test-quotearg.sh index b9978671b9..e11b66783a 100755 --- a/tests/test-quotearg.sh +++ b/tests/test-quotearg.sh @@ -29,7 +29,7 @@ if test $locale != none && test $locale != fr; then 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