summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-17 07:04:28 +1000
committerDamien Miller <djm@mindrot.org>2010-08-17 07:04:28 +1000
commit07ad38918117d87121e65738431a68fd3a3b2048 (patch)
tree1cc209fbaa414082d67ea402f3ac47ca48b84e9c
parent00d9ae26db2a8176f8ff511c207fa0bc7fadd562 (diff)
downloadopenssh-git-07ad38918117d87121e65738431a68fd3a3b2048.tar.gz
- (djm) [regress/README.regress] typo
-rw-r--r--ChangeLog1
-rw-r--r--regress/README.regress4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f9496530..ba9858d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
by this.
"please commit" markus@
+ - (djm) [regress/README.regress] typo
20100812
- (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh
diff --git a/regress/README.regress b/regress/README.regress
index 5aaf734b..da9bb6a9 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -29,7 +29,7 @@ TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
OBJ: used by test scripts to access build dir.
TEST_SHELL: shell used for running the test scripts.
TEST_SSH_PORT: TCP port to be used for the listening tests.
-TEST_SSH_SSH_CONFOTPS: Configuration directives to be added to ssh_config
+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
before running each test.
@@ -105,4 +105,4 @@ Known Issues.
test to fail. The old behaviour can be restored by setting (and
exporting) _POSIX2_VERSION=199209 before running the tests.
-$Id: README.regress,v 1.10 2005/10/03 10:14:18 dtucker Exp $
+$Id: README.regress,v 1.11 2010/08/16 21:04:29 djm Exp $