diff options
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r-- | regress/multiplex.sh | 4 |
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 | ||
4 | CTL=/tmp/openssh.regress.ctl-sock.$$ | 4 | CTL=/tmp/openssh.regress.ctl-sock.$$ |
@@ -45,8 +45,6 @@ if [ $? -ne 0 ]; then | |||
45 | fail "environment not found" | 45 | fail "environment not found" |
46 | fi | 46 | fi |
47 | 47 | ||
48 | fatal ok | ||
49 | |||
50 | verbose "test $tid: transfer" | 48 | verbose "test $tid: transfer" |
51 | rm -f ${COPY} | 49 | rm -f ${COPY} |
52 | trace "ssh transfer over multiplexed connection and check result" | 50 | trace "ssh transfer over multiplexed connection and check result" |