diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-02 00:20:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-02 00:20:54 +0000 |
commit | c438d80631c0e16721406600fe722b9d1f49a0d2 (patch) | |
tree | 16fe63288833da3e0eec3c63ebdc6273c73082ef /test/regex/tst-regexloc.c | |
parent | 3cc033bed3c56455d42aad976ccf1a8d0dd2e269 (diff) |
inform people test is skipped on non-locale hosts
Diffstat (limited to 'test/regex/tst-regexloc.c')
-rw-r--r-- | test/regex/tst-regexloc.c | 1 |
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 } |