--- 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 _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
