From 49a0f87d9bbc66038de74afb9c25a53cd89a4ec5 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Wed, 1 Jun 2016 08:24:15 -0700 Subject: [PATCH 2/2] tests: invalid-mb-seq-UMR: avoid false-failure * testsuite/Makefile.am (TESTS_ENVIRONMENT): Propagate the LOCALE_JA envvar setting determined at configure time into the test environment. Without this, the test would fail on some systems: at least CentOS6 and 7, but not Fedora 24. --- testsuite/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 659fa38..6f8d608 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -76,6 +76,7 @@ TESTS_ENVIRONMENT = \ VERSION='$(VERSION)' \ LOCALE_FR='$(LOCALE_FR)' \ LOCALE_FR_UTF8='$(LOCALE_FR_UTF8)' \ + LOCALE_JA='$(LOCALE_JA)' \ AWK=$(AWK) \ LC_ALL=C \ abs_top_builddir='$(abs_top_builddir)' \ -- 2.8.0-rc2