summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--regress/multiplex.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 987647b96..7905150a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120140722
2 - (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;
3 put it back
4
120140721 520140721
2 - OpenBSD CVS Sync 6 - OpenBSD CVS Sync
3 - millert@cvs.openbsd.org 2014/07/15 15:54:15 7 - millert@cvs.openbsd.org 2014/07/15 15:54:15
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=$!