Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:adeb96ddbe4e7ca5ed48e7a50259cb6c032efc19
Author...:karl <>
Committer:karl <>
Date.....:Wed Aug 23 13:46:23 2006 +0000
Parents..:b0cfcc23fbc78ac1900286c31552c79c5c54b217

Message
[project @ 2006-08-23 13:46:23 by karl]
locale fixes for tests

Changes
diff --git a/tests/ChangeLog b/tests/ChangeLog
line changes: +9/-2
index dad8240..83d5c86
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,10 +1,17 @@
-2006-08-21  Bruno Haible  <bruno@clisp.org>
+2006-08-23  Bruno Haible  <bruno@clisp.org>
+
+	* greeting-1: Remove locale setting. This test must work in all
+	locales.
+	* hello-1: Run the test in the C locale, not in the default locale.
+	* traditional-1: Likewise.
+
+2006-08-22  Bruno Haible  <bruno@clisp.org>
 
 	* greeting-1: Remove also temporary subdirectories.
 	* hello-1: Likewise.
 	* traditional-1: Likewise.
 
-2006-08-21  Bruno Haible  <bruno@clisp.org>
+2006-08-22  Bruno Haible  <bruno@clisp.org>
 
 	* greeting-moon: New file.
 	* Makefile.am (TESTS): Add it.

diff --git a/tests/greeting-1 b/tests/greeting-1
line changes: +0/-6
index 9ba8029..2283620
--- a/tests/greeting-1
+++ b/tests/greeting-1
@@ -9,12 +9,6 @@
 
 trap 'rm -fr $tmpfiles' 1 2 3 15
 
-LANGUAGE=
-LC_ALL=
-LC_MESSAGES=
-LANG=
-export LANGUAGE LC_ALL LC_MESSAGES LANG
-
 tmpfiles="greeting-test1.ok"
 cat <<EOF > greeting-test1.ok
 Nothing happens here.

diff --git a/tests/hello-1 b/tests/hello-1
line changes: +1/-1
index b924644..c1519e0
--- a/tests/hello-1
+++ b/tests/hello-1
@@ -11,7 +11,7 @@
 trap 'rm -fr $tmpfiles' 1 2 3 15
 
 LANGUAGE=
-LC_ALL=
+LC_ALL=C
 LC_MESSAGES=
 LANG=
 export LANGUAGE LC_ALL LC_MESSAGES LANG

diff --git a/tests/traditional-1 b/tests/traditional-1
line changes: +1/-1
index ccb49b7..990785a
--- a/tests/traditional-1
+++ b/tests/traditional-1
@@ -10,7 +10,7 @@
 trap 'rm -fr $tmpfiles' 1 2 3 15
 
 LANGUAGE=
-LC_ALL=
+LC_ALL=C
 LC_MESSAGES=
 LANG=
 export LANGUAGE LC_ALL LC_MESSAGES LANG

This website is licensed under AGPL-3.0. Feel free to copy!