summaryrefslogtreecommitdiff
path: root/regress/multiplex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r--regress/multiplex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index 5ef9049d1..cc52f4348 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -39,7 +39,7 @@ start_sshd
39start_mux_master() 39start_mux_master()
40{ 40{
41 trace "start master, fork to background" 41 trace "start master, fork to background"
42 ${SSH} -n2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \ 42 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
43 -E $TEST_REGRESS_LOGFILE 2>&1 & 43 -E $TEST_REGRESS_LOGFILE 2>&1 &
44 # NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors. 44 # NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors.
45 SSH_PID=$! 45 SSH_PID=$!