diff options
author | 2016-04-14 23:57:17 +0000 | |
---|---|---|
committer | 2016-04-14 23:57:17 +0000 | |
commit | d1805004953360b1b9fa16ba52ba2d7724b51ea0 (patch) | |
tree | 09cebd5481c67610a02f2ba331e548f2141c34e4 | |
parent | for .Xr links, use short PATH_INFO style URIs (diff) | |
download | wireguard-openbsd-d1805004953360b1b9fa16ba52ba2d7724b51ea0.tar.xz wireguard-openbsd-d1805004953360b1b9fa16ba52ba2d7724b51ea0.zip |
unbreak test for recent ssh de-duplicated forwarding change
-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=$? |