diff options
-rw-r--r-- | regress/README.regress | 2 | ||||
-rw-r--r-- | regress/test-exec.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/README.regress b/regress/README.regress index 82e4cc751..9b99bdacb 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -31,7 +31,7 @@ TEST_SHELL: shell used for running the test scripts. | |||
31 | TEST_SSH_PORT: TCP port to be used for the listening tests. | 31 | TEST_SSH_PORT: TCP port to be used for the listening tests. |
32 | TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config | 32 | TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config |
33 | before running each test. | 33 | before running each test. |
34 | TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config | 34 | TEST_SSH_SSHD_CONFOPTS: Configuration directives to be added to sshd_config |
35 | before running each test. | 35 | before running each test. |
36 | 36 | ||
37 | 37 | ||
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 0f766620d..114e129f2 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -444,7 +444,7 @@ Host * | |||
444 | EOF | 444 | EOF |
445 | 445 | ||
446 | if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then | 446 | if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then |
447 | trace "adding ssh_config option $TEST_SSH_SSHD_CONFOPTS" | 447 | trace "adding ssh_config option $TEST_SSH_SSH_CONFOPTS" |
448 | echo "$TEST_SSH_SSH_CONFOPTS" >> $OBJ/ssh_config | 448 | echo "$TEST_SSH_SSH_CONFOPTS" >> $OBJ/ssh_config |
449 | fi | 449 | fi |
450 | 450 | ||