diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2015-02-16 22:21:04 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2015-02-16 22:21:04 +0000 |
commit | 2bca8fc8ab998fed40d641918cefd3cc64b4077f (patch) | |
tree | ce88d6f186e294d2c70fa594a00c145364101e33 | |
parent | 70834678eab6bb8eb4f56d4d0a9ec7f1e9a103f3 (diff) |
enable hostkeys unit tests
-rw-r--r-- | regress/usr.bin/ssh/unittests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/Makefile b/regress/usr.bin/ssh/unittests/Makefile index edebe099aa6..d3d90823f90 100644 --- a/regress/usr.bin/ssh/unittests/Makefile +++ b/regress/usr.bin/ssh/unittests/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $ +# $OpenBSD: Makefile,v 1.5 2015/02/16 22:21:03 djm Exp $ REGRESS_FAIL_EARLY= yes -SUBDIR= test_helper sshbuf sshkey bitmap kex +SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys .include <bsd.subdir.mk> |