diff options
Diffstat (limited to 'regress/README.regress')
-rw-r--r-- | regress/README.regress | 7 |
1 files changed, 6 insertions, 1 deletions
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 $ |