diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | regress/README.regress | 7 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20040627 | 1 | 20040627 |
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 | ||
5 | 20040626 | 6 | 20040626 |
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 |
29 | OBJ: used by test scripts to access build dir. | 29 | OBJ: used by test scripts to access build dir. |
30 | TEST_SHELL: shell used for running the test scripts. | 30 | TEST_SHELL: shell used for running the test scripts. |
31 | TEST_SSH_PORT: TCP port to be used for the listening tests. | ||
32 | TEST_SSH_SSH_CONFOTPS: Configuration directives to be added to ssh_config | ||
33 | before running each test. | ||
34 | TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config | ||
35 | before running each test. | ||
31 | 36 | ||
32 | 37 | ||
33 | Individual tests. | 38 | Individual 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 $ |