- (tim) [regress/forwarding.sh] Fix for building outside read only source tree.

This commit is contained in:
Tim Rice 2013-07-25 16:03:16 -07:00
parent ed899eb597
commit 0553ad76ff
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@
unbreak sftp-cmds for renamed test data (s/ls/data/)
- (tim) [sftp-client.c] Use of a gcc extension trips up native compilers on
Solaris and UnixWare. Feedback and OK djm@
- (tim) [regress/forwarding.sh] Fix for building outside read only source tree.
20130720
- (djm) OpenBSD CVS Sync

View File

@ -105,8 +105,8 @@ for p in 2; do
fi
done
echo "LocalForward ${base}01 127.0.0.1:$PORT" >> ssh_config
echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> ssh_config
echo "LocalForward ${base}01 127.0.0.1:$PORT" >> $OBJ/ssh_config
echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> $OBJ/ssh_config
for p in 1 2; do
trace "config file: start forwarding, fork to background"
${SSH} -$p -F $OBJ/ssh_config -f somehost sleep 10