Skip to content

Commit

Permalink
whitespac e
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Nov 27, 2021
1 parent edc07fe commit 025b6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/usr.bin/ssh/sshsig.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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\""
Expand Down

0 comments on commit 025b6df

Please sign in to comment.