From c438d80631c0e16721406600fe722b9d1f49a0d2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Mar 2006 00:20:54 +0000 Subject: inform people test is skipped on non-locale hosts --- test/regex/tst-regexloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/regex/tst-regexloc.c b/test/regex/tst-regexloc.c index 034fee706..88ab58116 100644 --- a/test/regex/tst-regexloc.c +++ b/test/regex/tst-regexloc.c @@ -43,6 +43,7 @@ main (int argc, char *argv[]) return res; #else + puts("Test requires locale; skipping"); return 0; #endif } -- cgit v1.2.3