mirror of git://anongit.mindrot.org/openssh.git
- (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;
put it back
This commit is contained in:
parent
948a1774a7
commit
5ea4fe00d5
|
@ -1,3 +1,7 @@
|
|||
20140722
|
||||
- (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;
|
||||
put it back
|
||||
|
||||
20140721
|
||||
- OpenBSD CVS Sync
|
||||
- millert@cvs.openbsd.org 2014/07/15 15:54:15
|
||||
|
|
|
@ -39,7 +39,7 @@ start_sshd
|
|||
start_mux_master()
|
||||
{
|
||||
trace "start master, fork to background"
|
||||
${SSH} -n2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
|
||||
${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
|
||||
-E $TEST_REGRESS_LOGFILE 2>&1 &
|
||||
# NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors.
|
||||
SSH_PID=$!
|
||||
|
|
Loading…
Reference in New Issue