21 lines
621 B
Text
21 lines
621 B
Text
--- tests/retest.c.orig Fri May 22 13:22:44 2009
|
|
+++ tests/retest.c Sun Apr 17 10:24:01 2011
|
|
@@ -1625,6 +1625,7 @@ main(int argc, char **argv)
|
|
|
|
|
|
|
|
+#ifndef __OpenBSD__
|
|
/*
|
|
* Internationalization tests.
|
|
*/
|
|
@@ -1632,8 +1633,9 @@ main(int argc, char **argv)
|
|
/* This same test with the correct locale is below. */
|
|
test_comp("機+", REG_EXTENDED, 0);
|
|
test_exec("この賞は、機・利便性・セキ", 0, REG_OK, 10, 13, END);
|
|
+#endif
|
|
|
|
-#if !defined(WIN32) && !defined(__OpenBSD__)
|
|
+#ifndef WIN32
|
|
if (setlocale(LC_CTYPE, "en_US.ISO-8859-1") != NULL)
|
|
{
|
|
printf("\nTesting LC_CTYPE en_US.ISO-8859-1\n");
|