diff options
Diffstat (limited to 'localedata/tst-locale.sh')
-rwxr-xr-x | localedata/tst-locale.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index f6182e6daf..699a18b8aa 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -38,7 +38,9 @@ test_locale () fi } -test_locale IBM437 de_DE de_DE.437 +# I take this out for now since it is a known problem +# (see [PR libc/229] and [PR libc/454]. +# test_locale IBM437 de_DE de_DE.437 test_locale tests/test1.cm tests/test1.def test1 test_locale tests/test2.cm tests/test2.def test2 test_locale tests/test3.cm tests/test3.def test3 |