summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/keygen-comment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/keygen-comment.sh b/regress/keygen-comment.sh
index 74a734af7..af571d390 100644
--- a/regress/keygen-comment.sh
+++ b/regress/keygen-comment.sh
@@ -11,7 +11,7 @@ check_fingerprint () {
11 if ! ${SSHKEYGEN} -l -E sha256 -f $file > $OBJ/$t-fgp ; then 11 if ! ${SSHKEYGEN} -l -E sha256 -f $file > $OBJ/$t-fgp ; then
12 fail "ssh-keygen -l failed for $t-key" 12 fail "ssh-keygen -l failed for $t-key"
13 fi 13 fi
14 if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)$" \ 14 if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$" \
15 $OBJ/$t-fgp >/dev/null 2>&1 ; then 15 $OBJ/$t-fgp >/dev/null 2>&1 ; then
16 fail "comment is not correctly recovered for $t-key" 16 fail "comment is not correctly recovered for $t-key"
17 fi 17 fi