mirror of
https://github.com/openssh/openssh-portable
synced 2025-12-06 15:45:09 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user