summaryrefslogtreecommitdiff
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 23cb9ef24..e17a57595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120040627 120040627
2 - (tim) update README files. 2 - (tim) update README files.
3 - (dtucker) [mdoc2man.awk] Bug #883: correctly recognise .Pa and .Ev macros. 3 - (dtucker) [mdoc2man.awk] Bug #883: correctly recognise .Pa and .Ev macros.
4 - (dtucker) [regress/README.regress] Document new variables.
4 5
520040626 620040626
6 - (djm) OpenBSD CVS Sync 7 - (djm) OpenBSD CVS Sync
@@ -1437,4 +1438,4 @@
1437 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1438 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1438 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1439 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1439 1440
1440$Id: ChangeLog,v 1.3454 2004/06/28 05:45:08 dtucker Exp $ 1441$Id: ChangeLog,v 1.3455 2004/06/28 05:52:50 dtucker Exp $
diff --git a/regress/README.regress b/regress/README.regress
index cf469479b..e3e21f703 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
28 SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER 28 SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
29OBJ: used by test scripts to access build dir. 29OBJ: used by test scripts to access build dir.
30TEST_SHELL: shell used for running the test scripts. 30TEST_SHELL: shell used for running the test scripts.
31TEST_SSH_PORT: TCP port to be used for the listening tests.
32TEST_SSH_SSH_CONFOTPS: Configuration directives to be added to ssh_config
33 before running each test.
34TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config
35 before running each test.
31 36
32 37
33Individual tests. 38Individual tests.
@@ -100,4 +105,4 @@ Known Issues.
100 unless ssh-rand-helper is in pre-installed (the path to 105 unless ssh-rand-helper is in pre-installed (the path to
101 ssh-rand-helper is hard coded). 106 ssh-rand-helper is hard coded).
102 107
103$Id: README.regress,v 1.6 2004/06/18 04:14:43 dtucker Exp $ 108$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $