From 4b83b0d080481cbe6f62238f53783f7b2b5eed62 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 7 Oct 2003 19:57:08 +0000 Subject: Fix a failure of lang-tcl when LC_CTYPE was set to an UTF-8 locale. --- gettext-tools/tests/lang-tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gettext-tools/tests/lang-tcl') diff --git a/gettext-tools/tests/lang-tcl b/gettext-tools/tests/lang-tcl index 70457d8..a26a041 100755 --- a/gettext-tools/tests/lang-tcl +++ b/gettext-tools/tests/lang-tcl @@ -82,7 +82,7 @@ EUR remplace FF. EOF : ${LOCALE_FR=fr_FR} -LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_ALL= tclsh program.tcl > prog.out || exit 1 +LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= tclsh program.tcl > prog.out || exit 1 ${DIFF} prog.ok prog.out || exit 1 rm -fr $tmpfiles -- cgit v1.1