about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile2
-rw-r--r--stdlib/tst-strfmon_l.c20
2 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 4d90e14fd8..e4b36ca118 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -153,7 +153,7 @@ include ../Rules
 
 ifeq ($(run-built-tests),yes)
 LOCALES := cs_CZ.UTF-8 de_DE.UTF-8 en_US.ISO-8859-1 tr_TR.UTF-8 \
-	   tr_TR.ISO-8859-9 tg_TJ.UTF-8 te_IN.UTF-8 bn_IN.UTF-8 \
+	   tr_TR.ISO-8859-9 tg_TJ.UTF-8 hr_HR.UTF-8 hi_IN.UTF-8 \
 	   el_GR.UTF-8
 include ../gen-locales.mk
 
diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c
index 49fa31907e..ed7d486960 100644
--- a/stdlib/tst-strfmon_l.c
+++ b/stdlib/tst-strfmon_l.c
@@ -160,28 +160,28 @@ static const struct locale_pair tests[] =
       }
     },
     {
-      "te_IN.UTF-8",
+      "hr_HR.UTF-8",
       {
         {
-          "INR12,34,567.89", "\u20b912,34,567.89",
-          "INR1234567.89", "\u20b91234567.89"
+          "HRK 1 234 567,89", "Kn 1 234 567,89",
+          "HRK 1234567,89", "Kn 1234567,89"
         },
         {
-          "-INR12,34,567.89", "-\u20b912,34,567.89",
-          "-INR1234567.89", "-\u20b91234567.89"
+          "-HRK 1 234 567,89", "-Kn 1 234 567,89",
+          "-HRK 1234567,89", "-Kn 1234567,89"
         }
       }
     },
     {
-      "bn_IN.UTF-8",
+      "hi_IN.UTF-8",
       {
         {
-          "INR 12,345,67.89", "\u20b9 12,345,67.89",
-          "INR 1234567.89", "\u20b9 1234567.89"
+          "INR12,34,567.89", "\u20b912,34,567.89",
+          "INR1234567.89", "\u20b91234567.89"
         },
         {
-          "-INR 12,345,67.89", "-\u20b9 12,345,67.89",
-          "-INR 1234567.89", "-\u20b9 1234567.89"
+          "-INR12,34,567.89", "-\u20b912,34,567.89",
+          "-INR1234567.89", "-\u20b91234567.89"
         }
       }
     },