upstream: regression test for destination restrictions in ssh-agent
OpenBSD-Regress-ID: 3c799d91e736b1753b4a42d80c42fc40de5ad33d
This commit is contained in:
parent
6e4980eb8e
commit
f539136ca5
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: Makefile,v 1.118 2021/10/01 05:20:20 dtucker Exp $
|
||||
# $OpenBSD: Makefile,v 1.119 2021/12/19 22:20:12 djm Exp $
|
||||
|
||||
tests: prep file-tests t-exec unit
|
||||
|
||||
|
@ -99,7 +99,8 @@ LTESTS= connect \
|
|||
authinfo \
|
||||
sshsig \
|
||||
knownhosts \
|
||||
knownhosts-command
|
||||
knownhosts-command \
|
||||
agent-restrict
|
||||
|
||||
|
||||
INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
|
||||
|
|
Loading…
Reference in New Issue