summaryrefslogtreecommitdiff
path: root/tests/test-c32isblank.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-07 17:17:29 +0100
committerBruno Haible <bruno@clisp.org>2021-02-07 17:17:29 +0100
commitd35d912b48d957dec99845a10ccb59fe0c3e727b (patch)
tree391ed7083b440c86fb5126e0b4964d8a2fa4a4f9 /tests/test-c32isblank.c
parenta002cbb98b9fb9efc2ca2b1fcc449df5e9283f87 (diff)
downloadgnulib-d35d912b48d957dec99845a10ccb59fe0c3e727b.tar.gz
c32is*: Avoid test failures on MidnightBSD.
* tests/test-c32isalnum.c (main): On FreeBSD, disable tests that fail on MidnightBSD 1.1. * tests/test-c32isalpha.c (main): Likewise. * tests/test-c32isblank.c (main): Likewise. * tests/test-c32islower.c (main): Likewise. * tests/test-c32isupper.c (main): Likewise.
Diffstat (limited to 'tests/test-c32isblank.c')
-rw-r--r--tests/test-c32isblank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-c32isblank.c b/tests/test-c32isblank.c
index 984d0d8f8f..a6153884eb 100644
--- a/tests/test-c32isblank.c
+++ b/tests/test-c32isblank.c
@@ -74,7 +74,7 @@ main (int argc, char *argv[])
switch (c)
{
case '\t':
- #if !defined __NetBSD__
+ #if !(defined __FreeBSD__ || defined __NetBSD__)
case '\v':
#endif
case '\f':