summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2015-01-19 20:45:25 +0000
committermarkus <markus@openbsd.org>2015-01-19 20:45:25 +0000
commitc2ccb0274ca4c8be29869b75a5fcb93c4fc712d2 (patch)
treef882e60679dca18c2402ca160a1a76fa14c8331d
parentadapt to new error message (SSH_ERR_MAC_INVALID) (diff)
downloadwireguard-openbsd-c2ccb0274ca4c8be29869b75a5fcb93c4fc712d2.tar.xz
wireguard-openbsd-c2ccb0274ca4c8be29869b75a5fcb93c4fc712d2.zip
finally enable the KEX tests I wrote some years ago...
-rw-r--r--regress/usr.bin/ssh/unittests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/Makefile b/regress/usr.bin/ssh/unittests/Makefile
index 1b1dea7ebab..edebe099aa6 100644
--- a/regress/usr.bin/ssh/unittests/Makefile
+++ b/regress/usr.bin/ssh/unittests/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.3 2015/01/15 07:36:28 djm Exp $
+# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $
REGRESS_FAIL_EARLY= yes
-SUBDIR= test_helper sshbuf sshkey bitmap
+SUBDIR= test_helper sshbuf sshkey bitmap kex
.include <bsd.subdir.mk>