From: Ulrich Drepper Date: Tue, 4 Jul 2000 20:56:12 +0000 (+0000) Subject: (main): Also set LC_CTYPE category. X-Git-Tag: cvs/glibc_2-1-92~281 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=21d9e5cf87a4060c730d94c6a2abe4b8c5def47b;p=glibc.git (main): Also set LC_CTYPE category. --- diff --git a/posix/tst-fnmatch.c b/posix/tst-fnmatch.c index b582a51889..719361519c 100644 --- a/posix/tst-fnmatch.c +++ b/posix/tst-fnmatch.c @@ -118,7 +118,8 @@ main (void) /* Now run the actual test. */ ++ntests; - if (setlocale (LC_COLLATE, locale) == NULL) + if (setlocale (LC_COLLATE, locale) == NULL + || setlocale (LC_CTYPE, locale) == NULL) { puts ("*** Cannot set locale"); ++nfailed;