[augeas-devel] [PATCH 5/6] * test/Makefile.am (TEST_ENVIRONMENT): set LANG to a non-C locale

David Lutterkort lutter at redhat.com
Fri Oct 23 17:30:12 UTC 2009


---
 tests/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8d5baf3..ea90395 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -113,7 +113,8 @@ check_PROGRAMS = fatest test-xpath test-load test-save
 TESTS_ENVIRONMENT = \
   PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
   abs_top_builddir='$(abs_top_builddir)' \
-  abs_top_srcdir='$(abs_top_srcdir)'
+  abs_top_srcdir='$(abs_top_srcdir)' \
+  LANG=en_US
 
 TESTS = augtest $(check_SCRIPTS) $(check_PROGRAMS)
 
-- 
1.6.2.5




More information about the augeas-devel mailing list