diff options
author | Tim Rice <tim@multitalents.net> | 2004-01-26 09:37:09 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2004-01-26 09:37:09 -0800 |
commit | 3084a6198cf03fed572624d5b3b76ad218e45ad2 (patch) | |
tree | 24bbf9d3e4684b3003d4834b3b47822595ee4591 | |
parent | 6814411b3edb2b8076042200b8e1c93b686f77cf (diff) |
Typo in regress/README.regress
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | regress/README.regress | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20040126 | ||
2 | - (tim) Typo in regress/README.regress | ||
3 | |||
1 | 20040124 | 4 | 20040124 |
2 | - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com | 5 | - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com |
3 | 6 | ||
@@ -1729,4 +1732,4 @@ | |||
1729 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1732 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1730 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1733 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1731 | 1734 | ||
1732 | $Id: ChangeLog,v 1.3187 2004/01/24 02:50:39 djm Exp $ | 1735 | $Id: ChangeLog,v 1.3188 2004/01/26 17:37:09 tim Exp $ |
diff --git a/regress/README.regress b/regress/README.regress index 916894a88..48048ab12 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -22,7 +22,7 @@ Environment variables. | |||
22 | 22 | ||
23 | SUDO: path to sudo command, if desired. Note that some systems (notably | 23 | SUDO: path to sudo command, if desired. Note that some systems (notably |
24 | systems using PAM) require sudo to execute some tests. | 24 | systems using PAM) require sudo to execute some tests. |
25 | TEST_SSH_TRACE: set yo "yes" for verbose output from tests | 25 | TEST_SSH_TRACE: set to "yes" for verbose output from tests |
26 | TEST_SSH_QUIET: set to "yes" to suppress non-fatal output. | 26 | 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 |
@@ -83,4 +83,4 @@ Failed tests can be difficult to diagnose. Suggestions: | |||
83 | Known Issues. | 83 | Known Issues. |
84 | 84 | ||
85 | 85 | ||
86 | $Id: README.regress,v 1.1 2003/09/04 05:39:54 dtucker Exp $ | 86 | $Id: README.regress,v 1.2 2004/01/26 17:37:09 tim Exp $ |