summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2018-01-27 10:20:48 +0300
committerRobert Mustacchi <rm@joyent.com>2018-01-28 19:11:12 +0000
commita21e40770e26ca1023b9dee7001794f67f7bddcb (patch)
tree4025f21b2b51e573dd5ad995353904de31b31b6f
parent1efcb03414b4ab2cb1943cd8cd5fbd8a2019eb40 (diff)
downloadillumos-joyent-a21e40770e26ca1023b9dee7001794f67f7bddcb.tar.gz
9003 libc-tests: newlocale_test silently fails after CLDR updates
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/test/libc-tests/tests/newlocale/newlocale_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/test/libc-tests/tests/newlocale/newlocale_test.c b/usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
index 22a23c5587..3484c5fc50 100644
--- a/usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
+++ b/usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
@@ -45,7 +45,7 @@ struct ldata {
{ "C", "Sunday", "" },
{ "en_US.UTF-8", "Sunday", "$" },
{ "de_DE.UTF-8", "Sonntag", "€" },
- { "ru_RU.UTF-8", "воскресенье", "руб." },
+ { "ru_RU.UTF-8", "воскресенье", "₽" },
{ "ja_JP.UTF-8", "日曜日", "¥" },
};