]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix misspellings of regress CONFOPTS env variables.
authorDarren Tucker <dtucker@zip.com.au>
Mon, 6 Apr 2015 23:10:00 +0000 (09:10 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Mon, 6 Apr 2015 23:10:00 +0000 (09:10 +1000)
Patch from Bryan Drewery.

regress/README.regress
regress/test-exec.sh

index 82e4cc751b6aff1a22167fe1cf375befe50a5e02..9b99bdacb6cff39e16dc12c2020669ac4ab04729 100644 (file)
@@ -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_SSH_CONFOPTS: Configuration directives to be added to ssh_config
        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.
 
 
index 0f766620d694fcb36cf3f6075728ac03122b379c..114e129f20fa74186f1074d65842ee15d86224f7 100644 (file)
@@ -444,7 +444,7 @@ Host *
 EOF
 
 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
 fi