diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2015-01-18 19:47:56 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2015-01-18 19:47:56 +0000 |
commit | e51d32544009887ecfb6298da096f7129f453226 (patch) | |
tree | f573e55502ffac5e88be8991f160eba4b4d0677f /regress | |
parent | bafcf8d5be5fd9c642bfa275afbaa2099bf3103d (diff) |
enable hostkey-agent.sh test
Diffstat (limited to 'regress')
-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 3bc45ff250a..731893cb2e8 100644 --- a/regress/usr.bin/ssh/Makefile +++ b/regress/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2015/01/13 07:49:49 djm Exp $ +# $OpenBSD: Makefile,v 1.75 2015/01/18 19:47:55 djm Exp $ REGRESS_FAIL_EARLY= yes REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 @@ -61,7 +61,8 @@ LTESTS= connect \ integrity \ krl \ multipubkey \ - limit-keytype + limit-keytype \ + hostkey-agent INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |