summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-04-25 20:47:49 +0000
committerguenther <guenther@openbsd.org>2015-04-25 20:47:49 +0000
commitd20d11bb0632238202d1e1b201454d381436ecf6 (patch)
tree73d1c4b802e5172a7984feab2b99079ea2f60e22
parentApply pre-built unicore patch, remove excess files - perl-5.20.2 (diff)
downloadwireguard-openbsd-d20d11bb0632238202d1e1b201454d381436ecf6.tar.xz
wireguard-openbsd-d20d11bb0632238202d1e1b201454d381436ecf6.zip
Disable kq-tun test, as it's been broken for a while and not because of kq
-rw-r--r--regress/sys/kern/kqueue/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/sys/kern/kqueue/Makefile b/regress/sys/kern/kqueue/Makefile
index 035cbd91c6d..11387b2175a 100644
--- a/regress/sys/kern/kqueue/Makefile
+++ b/regress/sys/kern/kqueue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2012/07/08 12:31:03 guenther Exp $
+# $OpenBSD: Makefile,v 1.17 2015/04/25 20:47:49 guenther Exp $
PROG= kqueue-test
CFLAGS+=-Wall
@@ -31,8 +31,9 @@ kq-fdpass: ${PROG}
kq-flock: ${PROG}
./${PROG} -l
-REGRESS_TARGETS=kq-pipe kq-fork kq-process kq-random kq-tun kq-pty kq-signal \
+REGRESS_TARGETS=kq-pipe kq-fork kq-process kq-random kq-pty kq-signal \
kq-fdpass kq-flock
+# kq-tun broke at some point, apparently from a change in tun routing
REGRESS_ROOT_TARGETS=${REGRESS_TARGETS}
.PHONY: ${REGRESS_TARGETS}