File lsb-test-core-bug-2676.patch of Package lsb-runtime-test-official

--- ./test_sets/SRC/common/tsetlib/tztest.c.2676	2009-09-16 11:50:26.000000000 -0400
+++ ./test_sets/SRC/common/tsetlib/tztest.c	2009-09-16 11:59:55.000000000 -0400
@@ -187,7 +187,8 @@ char *(*func)();
 	{
 		/* skip disallowed characters */
 
-#if TEST_XPG == 3
+#if (TEST_XPG == 3 || TEST_XPG == 500)
+		/* LSB bug 2676 - non-alphaetics fall down in glibc-2.10 */
 		/* XPG3 mode: skip non-alphabetics as in VSX3 */
 		if (!isalpha(c))
 		{
@@ -245,7 +246,7 @@ char *(*func)();
 	{
 		/* skip disallowed characters */
 
-#if TEST_XPG == 3
+#if (TEST_XPG == 3 || TEST_XPG == 500)
 		/* XPG3 mode: skip non-alphabetics as in VSX3 */
 		if (!isalpha(c))
 		{
openSUSE Build Service is sponsored by