diff options
author | Bruno Haible <bruno@clisp.org> | 2003-10-07 19:57:08 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:02 +0200 |
commit | 4b83b0d080481cbe6f62238f53783f7b2b5eed62 (patch) | |
tree | 0c9a8f67c8fa1e95faebf4f804ba906239ac30ad /gettext-tools/tests/lang-tcl | |
parent | f5fd5f2a2367e303ae246871fcf8f1cf4a21d05f (diff) | |
download | external_gettext-4b83b0d080481cbe6f62238f53783f7b2b5eed62.zip external_gettext-4b83b0d080481cbe6f62238f53783f7b2b5eed62.tar.gz external_gettext-4b83b0d080481cbe6f62238f53783f7b2b5eed62.tar.bz2 |
Fix a failure of lang-tcl when LC_CTYPE was set to an UTF-8 locale.
Diffstat (limited to 'gettext-tools/tests/lang-tcl')
-rwxr-xr-x | gettext-tools/tests/lang-tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |