Quote grep and log message better.
authordtucker <dtucker@openbsd.org>
Thu, 2 Mar 2023 08:14:52 +0000 (08:14 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 2 Mar 2023 08:14:52 +0000 (08:14 +0000)
regress/usr.bin/ssh/dhgex.sh

index 6dd4cfe..30064f3 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: dhgex.sh,v 1.7 2020/12/21 22:48:41 dtucker Exp $
+#      $OpenBSD: dhgex.sh,v 1.8 2023/03/02 08:14:52 dtucker Exp $
 #      Placed in the Public Domain.
 
 tid="dhgex"
@@ -31,8 +31,8 @@ ssh_test_dhgex()
        # check what we request
        grep "SSH2_MSG_KEX_DH_GEX_REQUEST($groupsz) sent" ${LOG} >/dev/null
        if [ $? != 0 ]; then
-               got=`egrep "SSH2_MSG_KEX_DH_GEX_REQUEST(.*) sent" ${LOG}`
-               fail "$tid unexpected GEX sizes, expected $groupsz, got $got"
+               got="`egrep 'SSH2_MSG_KEX_DH_GEX_REQUEST(.*) sent' ${LOG}`"
+               fail "$tid unexpected GEX sizes, expected $groupsz, got '$got'"
        fi
        # check what we got.
        gotbits="`awk 'BEGIN{FS="/"}/bits set:/{print $2}' ${LOG} |