diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-24 04:18:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-24 04:18:43 +0000 |
commit | 608cc1f0bc053b8b5b8c1f11c31176d772a88e8f (patch) | |
tree | 9132c92717d15fb82b5737622a1e633d98eae17c /localedata | |
parent | b8de3ffc847a12930a90b31c91ccb1721db883bd (diff) | |
download | glibc-608cc1f0bc053b8b5b8c1f11c31176d772a88e8f.tar.gz glibc-608cc1f0bc053b8b5b8c1f11c31176d772a88e8f.tar.xz glibc-608cc1f0bc053b8b5b8c1f11c31176d772a88e8f.zip |
Update.
2000-01-22 Andreas Jaeger <aj@suse.de> * localedata/tst-locale.sh: Enable test for de_DE.437.
Diffstat (limited to 'localedata')
-rwxr-xr-x | localedata/tst-locale.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index db94acb64f..ed62c71138 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -1,6 +1,6 @@ #! /bin/sh # Testing the implementation of localedata. -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Andreas Jaeger, <aj@arthur.rhein-neckar.de>, 1998. # @@ -39,9 +39,7 @@ test_locale () fi } -# I take this out for now since it is a known problem -# (see [PR libc/229] and [PR libc/454]. --drepper -# test_locale IBM437 de_DE de_DE.437 mnemonic.ds +test_locale IBM437 de_DE de_DE.437 mnemonic.ds test_locale tests/test1.cm tests/test1.def test1 mnemonic.ds test_locale tests/test2.cm tests/test2.def test2 mnemonic.ds test_locale tests/test3.cm tests/test3.def test3 mnemonic.ds |