summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/cfgmatch.sh4
1 files changed, 2 insertions, 2 deletions
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
7fwdport=3301 7fwdport=3301
8fwd="-L $fwdport:127.0.0.1:$PORT" 8fwd="-L $fwdport:127.0.0.1:$PORT"
9 9
10echo "ExitOnForwardFailure=yes" >> ssh_config 10echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config
11echo "ExitOnForwardFailure=yes" >> ssh_proxy 11echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy
12 12
13start_client() 13start_client()
14{ 14{