[openssh-commits] [openssh] branch master updated: Set SSH_REGRESS_TMP after making tmpdir.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 5 20:03:55 AEDT 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 70a01a7e6 Set SSH_REGRESS_TMP after making tmpdir.
70a01a7e6 is described below

commit 70a01a7e66075047329e3aeccc942678f512ebdd
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Dec 5 20:02:39 2025 +1100

    Set SSH_REGRESS_TMP after making tmpdir.
    
    Put both of these later in the script so the cvsids don't cause
    conflicts on every synced patch.
---
 regress/multiplex.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index 172b182c8..6b58387f3 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -1,12 +1,12 @@
 #	$OpenBSD: multiplex.sh,v 1.39 2025/12/05 08:09:34 dtucker Exp $
 #	Placed in the Public Domain.
 
-CTL=${SSH_REGRESS_TMP}/ctl-sock
-
 tid="connection multiplexing"
 
 trace "will use ProxyCommand $proxycmd"
 make_tmpdir
+CTL=${SSH_REGRESS_TMP}/ctl-sock
+
 if config_defined DISABLE_FD_PASSING ; then
 	skip "not supported on this platform (FD passing disabled)"
 fi

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list