diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2012-11-22 22:49:31 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2012-11-22 22:49:31 +0000 |
commit | e384c1002e2f5a9a66d1750abc1d23655ad9a52d (patch) | |
tree | ff212cbaf8edc7973b520335f4a3ca6c525dc20d /regress/usr.bin/ssh/Makefile | |
parent | 2bb6c533bbabb41f9df9c7662d8db5f0bf0104c6 (diff) |
regress for AuthorizedKeysCommand; hints from markus@
Diffstat (limited to 'regress/usr.bin/ssh/Makefile')
-rw-r--r-- | regress/usr.bin/ssh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile index e2db094409b..d0bfc1fc2ee 100644 --- a/regress/usr.bin/ssh/Makefile +++ b/regress/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2011/01/06 22:46:21 djm Exp $ +# $OpenBSD: Makefile,v 1.59 2012/11/22 22:49:30 djm Exp $ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 @@ -50,7 +50,8 @@ LTESTS= connect \ kextype \ cert-hostkey \ cert-userkey \ - host-expand + host-expand \ + keys-command INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |