]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: typo
authordjm@openbsd.org <djm@openbsd.org>
Tue, 8 Apr 2025 23:10:46 +0000 (23:10 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 8 Apr 2025 23:12:31 +0000 (09:12 +1000)
OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9

regress/percent.sh

index 91d0e3157c83dd191cd9ce76264b77e8f326919f..7ce9e8a1dc30757518043cd8b9dad95b69593c66 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: percent.sh,v 1.20 2025/03/03 06:54:37 dtucker Exp $
+#      $OpenBSD: percent.sh,v 1.21 2025/04/08 23:10:46 djm Exp $
 #      Placed in the Public Domain.
 
 tid="percent expansions"
@@ -75,7 +75,7 @@ trial()
                if [ "$got" != "$arg=TESTVAL" ]; then
                        fatal "incorrectly expanded setenv variable name"
                fi
-               # Now check that the the value expands as expected.
+               # Now check that the value expands as expected.
                got=`${SSH} -F $OBJ/ssh_proxy -o $opt=TESTVAL="$arg" -G \
                    remuser@somehost | awk '$1=="'$opt'"{print $2}'`
                got=`echo "$got" | sed 's/^TESTVAL=//'`