]> Savannah Git Hosting - gnulib.git/commitdiff
quotearg tests: Avoid test failures on Solaris 11.3.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Jan 2021 03:00:51 +0000 (04:00 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 4 Jan 2021 03:00:51 +0000 (04:00 +0100)
* tests/test-quotearg.sh: Copy the fr/ directory using 'cp -R', not
'cp -a'.

ChangeLog
tests/test-quotearg.sh

index 4eec2938ca93a842ce262afd77646ae15717133e..c2e48a7b4f25f2274f1507ffbfa7ab947365b0ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index b9978671b9362039164b9005102c0df431df06a0..e11b66783a1998ebc3b99aec80b57eaec7a0a73d 100755 (executable)
@@ -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