Skip to content

Commit 55b7cb4

Browse files
committed
upstream: typo
OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9
1 parent 985d8cb commit 55b7cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regress/percent.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: percent.sh,v 1.20 2025/03/03 06:54:37 dtucker Exp $
1+
# $OpenBSD: percent.sh,v 1.21 2025/04/08 23:10:46 djm Exp $
22
# Placed in the Public Domain.
33

44
tid="percent expansions"
@@ -75,7 +75,7 @@ trial()
7575
if [ "$got" != "$arg=TESTVAL" ]; then
7676
fatal "incorrectly expanded setenv variable name"
7777
fi
78-
# Now check that the the value expands as expected.
78+
# Now check that the value expands as expected.
7979
got=`${SSH} -F $OBJ/ssh_proxy -o $opt=TESTVAL="$arg" -G \
8080
remuser@somehost | awk '$1=="'$opt'"{print $2}'`
8181
got=`echo "$got" | sed 's/^TESTVAL=//'`

0 commit comments

Comments
 (0)