aboutsummaryrefslogtreecommitdiff
path: root/locale/tst-C-locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/tst-C-locale.c')
-rw-r--r--locale/tst-C-locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c
index a5cb35dfb9..78ea90fa80 100644
--- a/locale/tst-C-locale.c
+++ b/locale/tst-C-locale.c
@@ -223,7 +223,7 @@ run_test (const char *locname)
STRTEST (NOSTR, "");
/* Test the new locale mechanisms. */
- loc = newlocale (LC_ALL, locname, NULL);
+ loc = newlocale (LC_ALL_MASK, locname, NULL);
if (loc == NULL)
{
printf ("cannot create locale object for locale %s\n", locname);