about summary refs log tree commit diff
path: root/libio/tst-ungetwc2.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-09 16:37:41 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-09 16:37:41 +0000
commit6ca0d915c7df66b097fe3eb9e08670965be7b6eb (patch)
tree5eac524fc196af2874db3b8292a038b496b460ad /libio/tst-ungetwc2.c
parenta5271e21972402d6dbeb08271cd68668d898deb4 (diff)
downloadglibc-6ca0d915c7df66b097fe3eb9e08670965be7b6eb.tar.gz
glibc-6ca0d915c7df66b097fe3eb9e08670965be7b6eb.tar.xz
glibc-6ca0d915c7df66b097fe3eb9e08670965be7b6eb.zip
Use de_DE.UTF-8 locale.
Diffstat (limited to 'libio/tst-ungetwc2.c')
-rw-r--r--libio/tst-ungetwc2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/tst-ungetwc2.c b/libio/tst-ungetwc2.c
index 9064427532..64efa9d619 100644
--- a/libio/tst-ungetwc2.c
+++ b/libio/tst-ungetwc2.c
@@ -18,10 +18,10 @@ main (void)
   long int pos;
   int result = 0;
 
-  puts ("This program runs on en_US.UTF-8 locale.");
-  if (setlocale (LC_ALL, "en_US.UTF-8") == NULL)
+  puts ("This program runs on de_DE.UTF-8 locale.");
+  if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
     {
-      fprintf (stderr, "Err: Cannot run on the en_US.UTF-8 locale\n");
+      fprintf (stderr, "Err: Cannot run on the de_DE.UTF-8 locale\n");
       exit (EXIT_FAILURE);
     }