We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985d8cb commit 55b7cb4Copy full SHA for 55b7cb4
regress/percent.sh
@@ -1,4 +1,4 @@
1
-# $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 $
2
# Placed in the Public Domain.
3
4
tid="percent expansions"
@@ -75,7 +75,7 @@ trial()
75
if [ "$got" != "$arg=TESTVAL" ]; then
76
fatal "incorrectly expanded setenv variable name"
77
fi
78
- # Now check that the the value expands as expected.
+ # Now check that the value expands as expected.
79
got=`${SSH} -F $OBJ/ssh_proxy -o $opt=TESTVAL="$arg" -G \
80
remuser@somehost | awk '$1=="'$opt'"{print $2}'`
81
got=`echo "$got" | sed 's/^TESTVAL=//'`
0 commit comments