Gitweb:        
http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=2c48f9f15da595d59c867188ec697a566088bab2
Commit:        2c48f9f15da595d59c867188ec697a566088bab2
Parent:        349f936949ef1d2e02b1ee9f1906be762e1a53f9
Author:        David Lutterkort <[email protected]>
AuthorDate:    Fri Oct 23 17:39:26 2009 +0200
Committer:     David Lutterkort <[email protected]>
CommitterDate: Tue Nov 10 09:23:39 2009 -0800

* test/Makefile.am (TEST_ENVIRONMENT): set LANG to a non-C locale

---
 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)
 

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to