diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index 048d90186d..7dcfcb73a9 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2020/11/11 13:55:54 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2020/12/06 18:46:07 bluhm Exp $ |
2 | 2 | ||
3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> | 3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> |
4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> | 4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> |
@@ -48,7 +48,6 @@ PROGS += t_write | |||
48 | # failing tests | 48 | # failing tests |
49 | REGRESS_EXPECTED_FAILURES = | 49 | REGRESS_EXPECTED_FAILURES = |
50 | REGRESS_EXPECTED_FAILURES += run-t_mlock-4 | 50 | REGRESS_EXPECTED_FAILURES += run-t_mlock-4 |
51 | REGRESS_EXPECTED_FAILURES += run-t_mmap-1 | ||
52 | REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 | 51 | REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 |
53 | REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 | 52 | REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 |
54 | REGRESS_EXPECTED_FAILURES += run-t_stat-5 | 53 | REGRESS_EXPECTED_FAILURES += run-t_stat-5 |