summaryrefslogtreecommitdiff
path: root/localedata/tst-ctype.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-30 04:07:37 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-30 04:07:37 +0000
commit040cf4baf7c85c2c357e63f70935f86a90ab512d (patch)
tree76ea3a065bf602374d815899f388d9e13a3007fc /localedata/tst-ctype.sh
parentf53413a1c66e6e88a44939abec34cec97ece4785 (diff)
Update.
* tst-fmon.sh: Don't generate de_DE and en_US locale data. * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE. * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968. * locales/POSIX: Update for new format.
Diffstat (limited to 'localedata/tst-ctype.sh')
-rwxr-xr-xlocaledata/tst-ctype.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-ctype.sh b/localedata/tst-ctype.sh
index 32926d8c9d..a0d51dccbc 100755
--- a/localedata/tst-ctype.sh
+++ b/localedata/tst-ctype.sh
@@ -23,7 +23,7 @@ status=0
# Run the test programs.
rm -f ${common_objpfx}localedata/tst-ctype.out
-for loc in de_DE de_DE.UTF-8 en_US ja_JP.EUC-JP; do
+for loc in de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 ja_JP.EUC-JP; do
if test -f tst-ctype-$loc.in; then
input=tst-ctype-$loc.in
else