diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/README.regress | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/README.regress b/regress/README.regress index 6ff032b68..81c2fbe5d 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -27,6 +27,7 @@ TEST_SSH_QUIET: set to "yes" to suppress non-fatal output. | |||
27 | TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD | 27 | 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 | 31 | ||
31 | 32 | ||
32 | Individual tests. | 33 | Individual tests. |
@@ -35,7 +36,8 @@ You can invoke test-exec.sh directly if you set up the path to find the | |||
35 | binaries under test and the test scripts themselves, for example: | 36 | binaries under test and the test scripts themselves, for example: |
36 | 37 | ||
37 | $ cd regress | 38 | $ cd regress |
38 | $ PATH=`pwd`/..:$PATH:. sh test-exec.sh `pwd` agent-timeout.sh | 39 | $ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ |
40 | agent-timeout.sh | ||
39 | ok agent timeout test | 41 | ok agent timeout test |
40 | 42 | ||
41 | 43 | ||
@@ -94,4 +96,4 @@ Known Issues. | |||
94 | unless ssh-rand-helper is in pre-installed (the path to | 96 | unless ssh-rand-helper is in pre-installed (the path to |
95 | ssh-rand-helper is hard coded). | 97 | ssh-rand-helper is hard coded). |
96 | 98 | ||
97 | $Id: README.regress,v 1.4 2004/03/08 20:12:18 tim Exp $ | 99 | $Id: README.regress,v 1.5 2004/06/16 11:08:32 dtucker Exp $ |