summaryrefslogtreecommitdiff
path: root/modules/quotearg-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-01 15:00:48 +0100
committerBruno Haible <bruno@clisp.org>2021-01-01 18:12:01 +0100
commit2b6c70dbc41f54f7de70d1ef64dd794f34c8883c (patch)
treeb7f990ae31cec965b3f103f5d30acedcab565c9b /modules/quotearg-tests
parentbe147a9ba1f14fbec0641206ebc2562be1275d1b (diff)
downloadgnulib-2b6c70dbc41f54f7de70d1ef64dd794f34c8883c.tar.gz
quotearg tests: Avoid test failures on Solaris 11.
* modules/quotearg-tests (Makefile.am): Set host_os in TESTS_ENVIRONMENT. * tests/test-quotearg.sh: On Solaris 11 systems, make a copy of the fr/ directory that contains the .mo file.
Diffstat (limited to 'modules/quotearg-tests')
-rw-r--r--modules/quotearg-tests4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/quotearg-tests b/modules/quotearg-tests
index aed92ce381..dc94b34afa 100644
--- a/modules/quotearg-tests
+++ b/modules/quotearg-tests
@@ -25,6 +25,8 @@ gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-quotearg.sh
-TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
+TESTS_ENVIRONMENT += \
+ LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
+ host_os='@host_os@'
check_PROGRAMS += test-quotearg
test_quotearg_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@ $(LIB_MBRTOWC)