summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2015-01-12 20:13:28 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2015-01-12 20:13:28 +0000
commit481cc193f6d765e84808b41d9d840b6accba96b8 (patch)
tree1d3fbe442ffa3dd0d9c3aeea64a9911fbca06f19 /regress
parentfbe0318a9e8e3dd5dae140bcf57a54b0a0d93bbc (diff)
unbreak parsing of pubkey comments; with gerhard; ok djm/deraadt
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile
index e9307411e5c..0699082469f 100644
--- a/regress/usr.bin/ssh/Makefile
+++ b/regress/usr.bin/ssh/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.72 2014/12/22 08:06:03 djm Exp $
+# $OpenBSD: Makefile,v 1.73 2015/01/12 20:13:27 markus Exp $
REGRESS_FAIL_EARLY= yes
-REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11
+REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
- t8.out t8.out.pub t9.out t9.out.pub
+ t8.out t8.out.pub t9.out t9.out.pub t10.out t10.out.pub \
+ t12.out t12.out.pub
LTESTS= connect \
proxy-connect \
@@ -154,6 +155,12 @@ t11:
ssh-keygen -E sha256 -lf ${.CURDIR}/rsa_openssh.pub |\
awk '{print $$2}' | diff - ${.CURDIR}/t11.ok
+t12.out:
+ ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f $@
+
+t12: t12.out
+ ssh-keygen -lf t12.out.pub | grep -q test-comment-1234
+
modpipe: modpipe.c
t-integrity: modpipe