summaryrefslogtreecommitdiff
path: root/regress/sshsig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sshsig.sh')
-rw-r--r--regress/sshsig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sshsig.sh b/regress/sshsig.sh
index da362c179..1e2f9dda4 100644
--- a/regress/sshsig.sh
+++ b/regress/sshsig.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: sshsig.sh,v 1.3 2019/11/26 23:43:10 djm Exp $ 1# $OpenBSD: sshsig.sh,v 1.4 2020/03/13 03:18:45 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="sshsig" 4tid="sshsig"
@@ -133,7 +133,7 @@ for t in $SIGNKEYS; do
133 # check-novalidate with invalid data 133 # check-novalidate with invalid data
134 ${SSHKEYGEN} -vvv -Y check-novalidate -s $sigfile -n $sig_namespace \ 134 ${SSHKEYGEN} -vvv -Y check-novalidate -s $sigfile -n $sig_namespace \
135 < $DATA2 >/dev/null 2>&1 && \ 135 < $DATA2 >/dev/null 2>&1 && \
136 fail "sucessfully checked signature for $t key with invalid data" 136 fail "succeeded checking signature for $t key with invalid data"
137 137
138 # Check signing keys using ssh-agent. 138 # Check signing keys using ssh-agent.
139 ${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys. 139 ${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys.