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.
This commit is contained in:
Darren Tucker
2025-12-05 20:02:39 +11:00
parent 89a67a04e5
commit 70a01a7e66

View File

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