mirror of
https://github.com/openssh/openssh-portable
synced 2025-12-05 23:19:29 +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 $
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user