summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-04-25 20:47:50 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-04-25 20:47:50 +0000
commit84c571db1ae2f627e40b1a82eb7b39eb8e7d8343 (patch)
tree2aea5a409a0820179a40442aa14429750184cca2 /regress/sys
parent4ad68b51f9d6aa4ee6093bc60cdead9d7823132a (diff)
Disable kq-tun test, as it's been broken for a while and not because of kq
Diffstat (limited to 'regress/sys')
-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}