svn commit: trunk/uClibc/test/regex

vapier at uclibc.org vapier at uclibc.org
Thu Mar 2 00:20:56 UTC 2006


Author: vapier
Date: 2006-03-01 16:20:54 -0800 (Wed, 01 Mar 2006)
New Revision: 14412

Log:
inform people test is skipped on non-locale hosts

Modified:
   trunk/uClibc/test/regex/tst-regexloc.c


Changeset:
Modified: trunk/uClibc/test/regex/tst-regexloc.c
===================================================================
--- trunk/uClibc/test/regex/tst-regexloc.c	2006-03-02 00:02:11 UTC (rev 14411)
+++ trunk/uClibc/test/regex/tst-regexloc.c	2006-03-02 00:20:54 UTC (rev 14412)
@@ -43,6 +43,7 @@
 
   return res;
 #else
+  puts("Test requires locale; skipping");
   return 0;
 #endif
 }




More information about the uClibc-cvs mailing list