summaryrefslogtreecommitdiff
path: root/regress/cfgmatch.sh
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2011-06-02 22:26:19 -0700
committerTim Rice <tim@multitalents.net>2011-06-02 22:26:19 -0700
commitbc481570d14b6061fe4cb286cec56d555351c28d (patch)
tree9bfc6b9aa53e85453dd574b38e0aca33afa1cdff /regress/cfgmatch.sh
parentbf4d05a37ca67a2b2c69ef072652b6be3b24fd76 (diff)
downloadopenssh-git-bc481570d14b6061fe4cb286cec56d555351c28d.tar.gz
- (tim) [regress/cfgmatch.sh] Build/test out of tree fix.
Diffstat (limited to 'regress/cfgmatch.sh')
-rw-r--r--regress/cfgmatch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/cfgmatch.sh b/regress/cfgmatch.sh
index 29234e56..a16a5c13 100644
--- a/regress/cfgmatch.sh
+++ b/regress/cfgmatch.sh
@@ -7,8 +7,8 @@ pidfile=$OBJ/remote_pid
fwdport=3301
fwd="-L $fwdport:127.0.0.1:$PORT"
-echo "ExitOnForwardFailure=yes" >> ssh_config
-echo "ExitOnForwardFailure=yes" >> ssh_proxy
+echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config
+echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy
start_client()
{