summaryrefslogtreecommitdiff
path: root/regress/multiplex.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-09 13:22:31 +1000
committerDamien Miller <djm@mindrot.org>2014-07-09 13:22:31 +1000
commit7a57eb3d105aa4ced15fb47001092c58811e6d9d (patch)
tree7b51dc8a7fb635a5e4fc1cc40b68e40c3aaafe9a /regress/multiplex.sh
parent612f965239a30fe536b11ece1834d9f470aeb029 (diff)
- 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...
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r--regress/multiplex.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index bc286b5e9..0a9ed2fbf 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: multiplex.sh,v 1.22 2014/07/06 07:42:03 djm Exp $ 1# $OpenBSD: multiplex.sh,v 1.23 2014/07/07 08:15:26 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4CTL=/tmp/openssh.regress.ctl-sock.$$ 4CTL=/tmp/openssh.regress.ctl-sock.$$
@@ -45,8 +45,6 @@ if [ $? -ne 0 ]; then
45 fail "environment not found" 45 fail "environment not found"
46fi 46fi
47 47
48fatal ok
49
50verbose "test $tid: transfer" 48verbose "test $tid: transfer"
51rm -f ${COPY} 49rm -f ${COPY}
52trace "ssh transfer over multiplexed connection and check result" 50trace "ssh transfer over multiplexed connection and check result"