summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-07-25 16:03:16 -0700
committerTim Rice <tim@multitalents.net>2013-07-25 16:03:16 -0700
commit0553ad76ffdff35fb31b9e6df935a71a1cc6daa2 (patch)
tree29ded5c19e8232e617680ff43eee6072d5acc04e
parented899eb597a8901ff7322cba809660515ec0d601 (diff)
- (tim) [regress/forwarding.sh] Fix for building outside read only source tree.
-rw-r--r--ChangeLog1
-rw-r--r--regress/forwarding.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 741fe7cf5..5af298a4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,7 @@
34 unbreak sftp-cmds for renamed test data (s/ls/data/) 34 unbreak sftp-cmds for renamed test data (s/ls/data/)
35 - (tim) [sftp-client.c] Use of a gcc extension trips up native compilers on 35 - (tim) [sftp-client.c] Use of a gcc extension trips up native compilers on
36 Solaris and UnixWare. Feedback and OK djm@ 36 Solaris and UnixWare. Feedback and OK djm@
37 - (tim) [regress/forwarding.sh] Fix for building outside read only source tree.
37 38
3820130720 3920130720
39 - (djm) OpenBSD CVS Sync 40 - (djm) OpenBSD CVS Sync
diff --git a/regress/forwarding.sh b/regress/forwarding.sh
index ca48b40af..94873f22c 100644
--- a/regress/forwarding.sh
+++ b/regress/forwarding.sh
@@ -105,8 +105,8 @@ for p in 2; do
105 fi 105 fi
106done 106done
107 107
108echo "LocalForward ${base}01 127.0.0.1:$PORT" >> ssh_config 108echo "LocalForward ${base}01 127.0.0.1:$PORT" >> $OBJ/ssh_config
109echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> ssh_config 109echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> $OBJ/ssh_config
110for p in 1 2; do 110for p in 1 2; do
111 trace "config file: start forwarding, fork to background" 111 trace "config file: start forwarding, fork to background"
112 ${SSH} -$p -F $OBJ/ssh_config -f somehost sleep 10 112 ${SSH} -$p -F $OBJ/ssh_config -f somehost sleep 10