summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-28 15:52:50 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-28 15:52:50 +1000
commitf9eb2b013510ef35372560e673d0bf80b1b4dd2c (patch)
treeb9fe22781ace020fb53ef061a158b679aad0c77f
parent58cef1f0bbbe3975f2b063c6ca9ed1dd56f8f9cd (diff)
- (dtucker) [regress/README.regress] Document new variables.
-rw-r--r--ChangeLog3
-rw-r--r--regress/README.regress7
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 23cb9ef2..e17a5759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
20040627
- (tim) update README files.
- (dtucker) [mdoc2man.awk] Bug #883: correctly recognise .Pa and .Ev macros.
+ - (dtucker) [regress/README.regress] Document new variables.
20040626
- (djm) OpenBSD CVS Sync
@@ -1437,4 +1438,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3454 2004/06/28 05:45:08 dtucker Exp $
+$Id: ChangeLog,v 1.3455 2004/06/28 05:52:50 dtucker Exp $
diff --git a/regress/README.regress b/regress/README.regress
index cf469479..e3e21f70 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -28,6 +28,11 @@ TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
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
+ before running each test.
+TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config
+ before running each test.
Individual tests.
@@ -100,4 +105,4 @@ Known Issues.
unless ssh-rand-helper is in pre-installed (the path to
ssh-rand-helper is hard coded).
-$Id: README.regress,v 1.6 2004/06/18 04:14:43 dtucker Exp $
+$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $