From 0553ad76ffdff35fb31b9e6df935a71a1cc6daa2 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 25 Jul 2013 16:03:16 -0700 Subject: - (tim) [regress/forwarding.sh] Fix for building outside read only source tree. --- regress/forwarding.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/forwarding.sh') 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 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 -- cgit v1.2.3