-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.
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.
trap 'rm -fr $tmpfiles' 1 2 3 15
LANGUAGE=
-LC_ALL=
+LC_ALL=C
LC_MESSAGES=
LANG=
export LANGUAGE LC_ALL LC_MESSAGES LANG
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!