diff options
author | Damien Miller <djm@mindrot.org> | 2014-07-09 13:22:31 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-07-09 13:22:31 +1000 |
commit | 7a57eb3d105aa4ced15fb47001092c58811e6d9d (patch) | |
tree | 7b51dc8a7fb635a5e4fc1cc40b68e40c3aaafe9a | |
parent | 612f965239a30fe536b11ece1834d9f470aeb029 (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...
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/multiplex.sh | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -18,6 +18,10 @@ | |||
18 | 18 | ||
19 | use it to kill the mux master started in multiplex.sh (it was being left | 19 | use it to kill the mux master started in multiplex.sh (it was being left |
20 | around on fatal failures) | 20 | around on fatal failures) |
21 | - djm@cvs.openbsd.org 2014/07/07 08:15:26 | ||
22 | [multiplex.sh] | ||
23 | remove forced-fatal that I stuck in there to test the new cleanup | ||
24 | logic and forgot to remove... | ||
21 | 25 | ||
22 | 20140706 | 26 | 20140706 |
23 | - OpenBSD CVS Sync | 27 | - OpenBSD CVS Sync |
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" |