Fix misspellings of regress CONFOPTS env variables.
Patch from Bryan Drewery.
This commit is contained in:
parent
3f4ea3c9ab
commit
d9b9b43656
|
@ -31,7 +31,7 @@ TEST_SHELL: shell used for running the test scripts.
|
||||||
TEST_SSH_PORT: TCP port to be used for the listening tests.
|
TEST_SSH_PORT: TCP port to be used for the listening tests.
|
||||||
TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config
|
TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config
|
||||||
before running each test.
|
before running each test.
|
||||||
TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config
|
TEST_SSH_SSHD_CONFOPTS: Configuration directives to be added to sshd_config
|
||||||
before running each test.
|
before running each test.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -444,7 +444,7 @@ Host *
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then
|
if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then
|
||||||
trace "adding ssh_config option $TEST_SSH_SSHD_CONFOPTS"
|
trace "adding ssh_config option $TEST_SSH_SSH_CONFOPTS"
|
||||||
echo "$TEST_SSH_SSH_CONFOPTS" >> $OBJ/ssh_config
|
echo "$TEST_SSH_SSH_CONFOPTS" >> $OBJ/ssh_config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue