- djm@cvs.openbsd.org 2014/07/07 08:15:26

[multiplex.sh]
     remove forced-fatal that I stuck in there to test the new cleanup
     logic and forgot to remove...
This commit is contained in:
Damien Miller 2014-07-09 13:22:31 +10:00
parent 612f965239
commit 7a57eb3d10
2 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,10 @@
use it to kill the mux master started in multiplex.sh (it was being left use it to kill the mux master started in multiplex.sh (it was being left
around on fatal failures) around on fatal failures)
- djm@cvs.openbsd.org 2014/07/07 08:15:26
[multiplex.sh]
remove forced-fatal that I stuck in there to test the new cleanup
logic and forgot to remove...
20140706 20140706
- OpenBSD CVS Sync - OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
# $OpenBSD: multiplex.sh,v 1.22 2014/07/06 07:42:03 djm Exp $ # $OpenBSD: multiplex.sh,v 1.23 2014/07/07 08:15:26 djm Exp $
# Placed in the Public Domain. # Placed in the Public Domain.
CTL=/tmp/openssh.regress.ctl-sock.$$ CTL=/tmp/openssh.regress.ctl-sock.$$
@ -45,8 +45,6 @@ if [ $? -ne 0 ]; then
fail "environment not found" fail "environment not found"
fi fi
fatal ok
verbose "test $tid: transfer" verbose "test $tid: transfer"
rm -f ${COPY} rm -f ${COPY}
trace "ssh transfer over multiplexed connection and check result" trace "ssh transfer over multiplexed connection and check result"