mirror of git://anongit.mindrot.org/openssh.git
upstream: regress test for sshsig; feedback and ok markus@
OpenBSD-Regress-ID: 74c0974f2cdae8d9599b9d76a09680bae55d8a8b
This commit is contained in:
parent
59650f0eaf
commit
6d6427d013
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: Makefile,v 1.103 2019/07/16 03:21:54 dtucker Exp $
|
# $OpenBSD: Makefile,v 1.104 2019/09/03 08:37:45 djm Exp $
|
||||||
|
|
||||||
tests: prep file-tests t-exec unit
|
tests: prep file-tests t-exec unit
|
||||||
|
|
||||||
|
@ -87,7 +87,8 @@ LTESTS= connect \
|
||||||
cert-file \
|
cert-file \
|
||||||
cfginclude \
|
cfginclude \
|
||||||
allow-deny-users \
|
allow-deny-users \
|
||||||
authinfo
|
authinfo \
|
||||||
|
sshsig
|
||||||
|
|
||||||
|
|
||||||
# dhgex \
|
# dhgex \
|
||||||
|
|
Loading…
Reference in New Issue