diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-04-15 01:57:17 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-04-15 03:16:12 +0200 |
commit | 6b8a1a87005818d4700ce8b42faef746e82c1f51 (patch) | |
tree | 45b2eaac120224689b031fa1881e0f6cf0d4882c /regress/forwarding.sh | |
parent | upstream commit (diff) | |
download | openssh-6b8a1a87005818d4700ce8b42faef746e82c1f51.tar.xz openssh-6b8a1a87005818d4700ce8b42faef746e82c1f51.zip |
upstream commit
unbreak test for recent ssh de-duplicated forwarding
change
Upstream-Regress-ID: 6b2b115d99acd7cff13986e6739ea214cf2a3da3
Diffstat (limited to 'regress/forwarding.sh')
-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 @@ -# $OpenBSD: forwarding.sh,v 1.15 2015/03/03 22:35:19 markus Exp $ +# $OpenBSD: forwarding.sh,v 1.16 2016/04/14 23:57:17 djm Exp $ # Placed in the Public Domain. tid="local and remote forwarding" @@ -59,7 +59,7 @@ for d in L R; do -$d ${base}01:127.0.0.1:$PORT \ -$d ${base}02:127.0.0.1:$PORT \ -$d ${base}03:127.0.0.1:$PORT \ - -$d ${base}01:127.0.0.1:$PORT \ + -$d ${base}01:localhost:$PORT \ -$d ${base}04:127.0.0.1:$PORT \ -oExitOnForwardFailure=yes somehost true r=$? |