[glom/glom-1-20] Tests: Set LC_TIME too.



commit 3c2381b386870645dd4056347fc60eb81c9a97e6
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 22 13:21:16 2012 +0100

    Tests: Set LC_TIME too.
    
    * tests/test_glom_date_in_locales.sh:
    * tests/test_selfhosting_new_from_example_in_locales.sh:
    This seems to be necessary in Ubuntu Precise.
    
    Conflicts:
    
    	ChangeLog

 ChangeLog                                          |    8 ++++++++
 tests/test_glom_date_in_locales.sh                 |    1 +
 ...test_selfhosting_new_from_example_in_locales.sh |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 41f47d9..1b58b00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-22  Murray Cumming  <murrayc murrayc com>
+
+	Tests: Set LC_TIME too.
+
+	* tests/test_glom_date_in_locales.sh:
+	* tests/test_selfhosting_new_from_example_in_locales.sh:
+	This seems to be necessary in Ubuntu Precise.
+
 2012-03-14  Murray Cumming  <murrayc murrayc com>
 
 	Fix some simple warnings found by clang++
diff --git a/tests/test_glom_date_in_locales.sh b/tests/test_glom_date_in_locales.sh
index 819a3fa..ead8274 100755
--- a/tests/test_glom_date_in_locales.sh
+++ b/tests/test_glom_date_in_locales.sh
@@ -22,5 +22,6 @@ do
   echo testing with LANG and LANGUAGE="$x"
   export LANG="$x"
   export LANGUAGE="$x"
+  export LC_TIME="$x"
   ${buildir}glom --debug-date-check || exit 1
 done
diff --git a/tests/test_selfhosting_new_from_example_in_locales.sh b/tests/test_selfhosting_new_from_example_in_locales.sh
index fa016bb..4289af4 100755
--- a/tests/test_selfhosting_new_from_example_in_locales.sh
+++ b/tests/test_selfhosting_new_from_example_in_locales.sh
@@ -22,5 +22,6 @@ do
   echo testing with LANG and LANGUAGE="$x"
   export LANG="$x"
   export LANGUAGE="$x"
+  export LC_TIME="$x"
   tests/test_selfhosting_new_from_example || exit 1
 done



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]