[openssh-commits] [openssh] branch master updated: upstream: quote paths; avoids test failure when run from a path with a
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 22 09:14:41 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new a8eac05a8 upstream: quote paths; avoids test failure when run from a path with a
a8eac05a8 is described below
commit a8eac05a85e31b11513a6a8dc5d662b14cbc2f4b
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Oct 21 22:13:27 2025 +0000
upstream: quote paths; avoids test failure when run from a path with a
space in it
OpenBSD-Regress-ID: e4b7bffc289f10d47c50c02dd70b0323078a83b4
---
regress/ssh-tty.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/ssh-tty.sh b/regress/ssh-tty.sh
index 33c2d77a1..ffdcde091 100644
--- a/regress/ssh-tty.sh
+++ b/regress/ssh-tty.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-tty.sh,v 1.3 2025/10/21 08:35:22 djm Exp $
+# $OpenBSD: ssh-tty.sh,v 1.4 2025/10/21 22:13:27 djm Exp $
# Placed in the Public Domain.
# Basic TTY smoke test
@@ -13,7 +13,7 @@ mkdir -m 0700 -p "$FAKEHOME"
# tmux stuff
TMUX=${TMUX:-tmux}
type $TMUX >/dev/null || skip "tmux not found"
-CLEANENV="env -i HOME=$HOME LOGNAME=$USER USER=$USER PATH=$PATH SHELL=$SHELL"
+CLEANENV="env -i HOME='$HOME' LOGNAME='$USER' USER='$USER' PATH='$PATH' SHELL='$SHELL'"
TMUX_TEST="$CLEANENV $TMUX -f/dev/null -Lopenssh-regress-ssh-tty"
sess="regress-ssh-tty$$"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list