summaryrefslogtreecommitdiff
path: root/test/regex/tst-regex2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regex/tst-regex2.c')
-rw-r--r--test/regex/tst-regex2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regex/tst-regex2.c b/test/regex/tst-regex2.c
index bb47d64..5ed221c 100644
--- a/test/regex/tst-regex2.c
+++ b/test/regex/tst-regex2.c
@@ -15,6 +15,7 @@
static int
do_test(void)
{
+#if defined(__GLIBC__) || defined(__UCLIBC__)
static const char *pat[] = {
".?.?.?.?.?.?.?Log\\.13",
"(.?)(.?)(.?)(.?)(.?)(.?)(.?)Log\\.13",
@@ -243,6 +244,9 @@ do_test(void)
}
}
return exitcode;
+#else
+ return 23;
+#endif
}
#define TIMEOUT 100