diff options
author | Tim Rice <tim@multitalents.net> | 2011-06-03 07:26:19 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2011-06-03 07:26:19 +0200 |
commit | bc481570d14b6061fe4cb286cec56d555351c28d (patch) | |
tree | 9bfc6b9aa53e85453dd574b38e0aca33afa1cdff | |
parent | - dtucker@cvs.openbsd.org 2011/06/03 00:29:52 (diff) | |
download | openssh-bc481570d14b6061fe4cb286cec56d555351c28d.tar.xz openssh-bc481570d14b6061fe4cb286cec56d555351c28d.zip |
- (tim) [regress/cfgmatch.sh] Build/test out of tree fix.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/cfgmatch.sh | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -34,6 +34,7 @@ Retry establishing the port forwarding after a small delay, should make the tests less flaky when the previous test is slow to shut down and free up the port. + - (tim) [regress/cfgmatch.sh] Build/test out of tree fix. 20110529 - (djm) OpenBSD CVS Sync diff --git a/regress/cfgmatch.sh b/regress/cfgmatch.sh index 29234e566..a16a5c13a 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() { |