diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-08 16:54:30 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-08 17:02:50 -0400 |
commit | 02018629a1397d03eccceacaf2ee1c50e3c4001c (patch) | |
tree | 0f95b42b1f82b2a95baebc4f6c8576881bc2d9f3 /string/bug-strcoll2.c | |
parent | 87701a58e291bd7ac3b407d10a829dac52c9c16e (diff) | |
download | glibc-02018629a1397d03eccceacaf2ee1c50e3c4001c.tar.gz glibc-02018629a1397d03eccceacaf2ee1c50e3c4001c.tar.xz glibc-02018629a1397d03eccceacaf2ee1c50e3c4001c.zip |
strcoll: Add bug-strcoll2 to testsuite (Bug 18589).
Adds bug-strcoll2 to the string tests, along with the generation of required locales.
Diffstat (limited to 'string/bug-strcoll2.c')
-rw-r--r-- | string/bug-strcoll2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bug-strcoll2.c b/string/bug-strcoll2.c index 5ce2f94f34..26cc873e5b 100644 --- a/string/bug-strcoll2.c +++ b/string/bug-strcoll2.c @@ -47,7 +47,7 @@ test_cs_CZ (void) } else { - puts ("FAIL: Wrong sorting in cz_CZ.UTF-8."); + puts ("FAIL: Wrong sorting in cs_CZ.UTF-8."); return 1; } } |