diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-04-14 23:57:17 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-04-15 11:16:12 +1000 |
commit | 6b8a1a87005818d4700ce8b42faef746e82c1f51 (patch) | |
tree | 45b2eaac120224689b031fa1881e0f6cf0d4882c /regress | |
parent | 076787702418985a2cc6808212dc28ce7afc01f0 (diff) |
upstream commit
unbreak test for recent ssh de-duplicated forwarding
change
Upstream-Regress-ID: 6b2b115d99acd7cff13986e6739ea214cf2a3da3
Diffstat (limited to 'regress')
-rw-r--r-- | regress/forwarding.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/forwarding.sh b/regress/forwarding.sh index fb4f35aff..2539db9b7 100644 --- a/regress/forwarding.sh +++ b/regress/forwarding.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: forwarding.sh,v 1.15 2015/03/03 22:35:19 markus Exp $ | 1 | # $OpenBSD: forwarding.sh,v 1.16 2016/04/14 23:57:17 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="local and remote forwarding" | 4 | tid="local and remote forwarding" |
@@ -59,7 +59,7 @@ for d in L R; do | |||
59 | -$d ${base}01:127.0.0.1:$PORT \ | 59 | -$d ${base}01:127.0.0.1:$PORT \ |
60 | -$d ${base}02:127.0.0.1:$PORT \ | 60 | -$d ${base}02:127.0.0.1:$PORT \ |
61 | -$d ${base}03:127.0.0.1:$PORT \ | 61 | -$d ${base}03:127.0.0.1:$PORT \ |
62 | -$d ${base}01:127.0.0.1:$PORT \ | 62 | -$d ${base}01:localhost:$PORT \ |
63 | -$d ${base}04:127.0.0.1:$PORT \ | 63 | -$d ${base}04:127.0.0.1:$PORT \ |
64 | -oExitOnForwardFailure=yes somehost true | 64 | -oExitOnForwardFailure=yes somehost true |
65 | r=$? | 65 | r=$? |