summaryrefslogtreecommitdiff
path: root/regress/sshsig.sh
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-11-27 07:23:35 +0000
committerDamien Miller <djm@mindrot.org>2021-11-27 18:25:23 +1100
commitd4035c81a71237f690edd7eda32bef7d63fd9528 (patch)
tree904f4d563dd3b7fea6e08e0af160481c5790dbde /regress/sshsig.sh
parenta443491e6782ef0f5a8bb87a5536c8ee4ff233a1 (diff)
downloadopenssh-git-d4035c81a71237f690edd7eda32bef7d63fd9528.tar.gz
upstream: whitespac e
OpenBSD-Regress-ID: b9511d41568056bda489e13524390167889908f8
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 d4aee54c..732b3bf5 100644
--- a/regress/sshsig.sh
+++ b/regress/sshsig.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: sshsig.sh,v 1.10 2021/11/27 07:20:58 djm Exp $
+# $OpenBSD: sshsig.sh,v 1.11 2021/11/27 07:23:35 djm Exp $
# Placed in the Public Domain.
tid="sshsig"
@@ -430,7 +430,7 @@ ${SSHKEYGEN} -Y match-principals -f $OBJ/allowed_signers -I "principal1" | \
fgrep -e "principal1" -e "princi*" >/dev/null || \
fail "faild to match static and wildcard principal"
verbose "$tid: nomatch principals"
-for x in princ prince unknown ; do
+for x in princ prince unknown ; do
${SSHKEYGEN} -Y match-principals -f $OBJ/allowed_signers \
-I $x >/dev/null 2>&1 && \
fail "succeeded to match unknown principal \"$x\""