diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/cfgmatch.sh | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -34,6 +34,7 @@ | |||
34 | Retry establishing the port forwarding after a small delay, should make | 34 | Retry establishing the port forwarding after a small delay, should make |
35 | the tests less flaky when the previous test is slow to shut down and free | 35 | the tests less flaky when the previous test is slow to shut down and free |
36 | up the port. | 36 | up the port. |
37 | - (tim) [regress/cfgmatch.sh] Build/test out of tree fix. | ||
37 | 38 | ||
38 | 20110529 | 39 | 20110529 |
39 | - (djm) OpenBSD CVS Sync | 40 | - (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 | |||
7 | fwdport=3301 | 7 | fwdport=3301 |
8 | fwd="-L $fwdport:127.0.0.1:$PORT" | 8 | fwd="-L $fwdport:127.0.0.1:$PORT" |
9 | 9 | ||
10 | echo "ExitOnForwardFailure=yes" >> ssh_config | 10 | echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config |
11 | echo "ExitOnForwardFailure=yes" >> ssh_proxy | 11 | echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy |
12 | 12 | ||
13 | start_client() | 13 | start_client() |
14 | { | 14 | { |