[openssh-commits] [openssh] 08/12: upstream: adapt to username validity check change
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 2 20:26:23 AEDT 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_10_3
in repository openssh.
commit 5aa09926fbf050d484a79717fadec8360c5c5645
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Thu Apr 2 07:52:15 2026 +0000
upstream: adapt to username validity check change
OpenBSD-Regress-ID: d22c66ca60f0d934a75e6ca752c4c11b9f4a5324
---
regress/percent.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/regress/percent.sh b/regress/percent.sh
index c607c8d23..e32a77f0a 100644
--- a/regress/percent.sh
+++ b/regress/percent.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: percent.sh,v 1.22 2025/09/04 03:04:44 djm Exp $
+# $OpenBSD: percent.sh,v 1.23 2026/04/02 07:52:15 djm Exp $
# Placed in the Public Domain.
tid="percent expansions"
@@ -140,7 +140,7 @@ done
FOO=bar
export FOO
for i in controlpath identityagent forwardagent localforward remoteforward \
- user setenv userknownhostsfile; do
+ setenv userknownhostsfile; do
verbose $tid $i dollar
trial $i '${FOO}' $FOO
done
@@ -175,7 +175,7 @@ ${SSH} -F $OBJ/ssh_proxy -G "${FOO}@somehost" && fail "user-at expanded env"
# Literal control characters in config is acceptable
verbose $tid user control-literal
-trial user "$FOO" "$FOO"
+#trial user "$FOO" "$FOO"
# Control characters expanded from config aren't.
${SSH} -F $OBJ/ssh_proxy -G '-oUser=${FOO}' somehost && \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list