upstream commit

unbreak test for recent ssh de-duplicated forwarding
 change

Upstream-Regress-ID: 6b2b115d99acd7cff13986e6739ea214cf2a3da3
This commit is contained in:
djm@openbsd.org 2016-04-14 23:57:17 +00:00 committed by Damien Miller
parent 0767877024
commit 6b8a1a8700

View File

@ -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=$?