diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2016-04-14 23:57:18 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2016-04-14 23:57:18 +0000 |
commit | efa64233834467e2e3a8f32cd09b29fe1ac79ebb (patch) | |
tree | 9d70a89c0150aabae5f5292d5c60e2c889b741b8 /regress/usr.bin | |
parent | 7e63e16eb68865eb509242bc235ee86da31f6cef (diff) |
unbreak test for recent ssh de-duplicated forwarding change
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/ssh/forwarding.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/forwarding.sh b/regress/usr.bin/ssh/forwarding.sh index 4bde97aad0f..19592768ae0 100644 --- a/regress/usr.bin/ssh/forwarding.sh +++ b/regress/usr.bin/ssh/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" @@ -57,7 +57,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=$? |