summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-02 00:20:54 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-02 00:20:54 +0000
commitc438d80631c0e16721406600fe722b9d1f49a0d2 (patch)
tree16fe63288833da3e0eec3c63ebdc6273c73082ef /test
parent3cc033bed3c56455d42aad976ccf1a8d0dd2e269 (diff)
inform people test is skipped on non-locale hosts
Diffstat (limited to 'test')
-rw-r--r--test/regex/tst-regexloc.c1
1 files changed, 1 insertions, 0 deletions
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
}