]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/dynamic-forward.sh
Import of OpenSSH 3.9p1
[gssapi-openssh.git] / openssh / regress / dynamic-forward.sh
index 3a6e5c1efb50c7cb85a9e1632494eb783db90557..392fc1978e222311f4300160b7b1e880a4597f6e 100644 (file)
@@ -3,8 +3,8 @@
 
 tid="dynamic forwarding"
 
-PORT=4242
-FWDPORT=4243
+FWDPORT=`expr $PORT + 1`
+
 DATA=/bin/ls${EXEEXT}
 
 if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then
This page took 0.043261 seconds and 4 git commands to generate.