diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-06-15 17:27:48 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-15 17:27:48 -0700 |
commit | 4155d926336ba38428a98359bf0908453ff83625 (patch) | |
tree | 04a05c38ca1d2873118cf83994e199695e2344ff /libio | |
parent | 48dcd0ba84c5a0fa08a0bd000b24af07d20dce44 (diff) | |
download | glibc-4155d926336ba38428a98359bf0908453ff83625.tar.gz glibc-4155d926336ba38428a98359bf0908453ff83625.tar.xz glibc-4155d926336ba38428a98359bf0908453ff83625.zip |
(do_test): Use de_DE.UTF-8 as locale name.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/tst-fgetwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-fgetwc.c b/libio/tst-fgetwc.c index 9ccfeb1526..06e4a424ff 100644 --- a/libio/tst-fgetwc.c +++ b/libio/tst-fgetwc.c @@ -6,7 +6,7 @@ static int do_test (void) { - if (setlocale (LC_ALL, "de_DE.utf8") == NULL) + if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) { puts ("setlocale failed"); return 1; |