diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-11-26 23:43:10 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-27 11:02:49 +1100 |
commit | ad44ca81bea83657d558aaef5a1d789a9032bac3 (patch) | |
tree | c4143c62227e817790c3362d409cdef93b5b52da /regress/cert-file.sh | |
parent | c6efa8a91af1d4fdb43909a23a0a4ffa012155ad (diff) |
upstream: test FIDO2/U2F key types; ok markus@
OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474
Diffstat (limited to 'regress/cert-file.sh')
-rw-r--r-- | regress/cert-file.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/cert-file.sh b/regress/cert-file.sh index 1157a3582..94e672a99 100644 --- a/regress/cert-file.sh +++ b/regress/cert-file.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: cert-file.sh,v 1.7 2018/04/10 00:14:10 djm Exp $ | 1 | # $OpenBSD: cert-file.sh,v 1.8 2019/11/26 23:43:10 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="ssh with certificates" | 4 | tid="ssh with certificates" |
@@ -120,7 +120,7 @@ if [ $? -ne 2 ]; then | |||
120 | fi | 120 | fi |
121 | 121 | ||
122 | trace "start agent" | 122 | trace "start agent" |
123 | eval `${SSHAGENT} -s` > /dev/null | 123 | eval `${SSHAGENT} ${EXTRA_AGENT_ARGS} -s` > /dev/null |
124 | r=$? | 124 | r=$? |
125 | if [ $r -ne 0 ]; then | 125 | if [ $r -ne 0 ]; then |
126 | fatal "could not start ssh-agent: exit code $r" | 126 | fatal "could not start ssh-agent: exit code $r" |