diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-10-03 20:14:18 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-10-03 20:14:18 +1000 |
commit | 1f85dc703499a11d8154b0b9b1f58eb4f98d2609 (patch) | |
tree | a128257c5b3b987ae3fcfc517d6e18615a2c022a | |
parent | b0b12296f9c781e896fecbcab0ecd8223ecacc0a (diff) |
- (dtucker) [regress/README.regress] Bug #989: Document limitation that scp
is required in the system path for the multiplex test to work.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/README.regress | 6 |
2 files changed, 8 insertions, 2 deletions
@@ -44,6 +44,8 @@ | |||
44 | Relocate check_ip_options call to prevent logging of garbage for | 44 | Relocate check_ip_options call to prevent logging of garbage for |
45 | connections with IP options set. bz#1092 from David Leonard, | 45 | connections with IP options set. bz#1092 from David Leonard, |
46 | "looks good" deraadt@ | 46 | "looks good" deraadt@ |
47 | - (dtucker) [regress/README.regress] Bug #989: Document limitation that scp | ||
48 | is required in the system path for the multiplex test to work. | ||
47 | 49 | ||
48 | 20050930 | 50 | 20050930 |
49 | - (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype | 51 | - (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype |
@@ -3084,4 +3086,4 @@ | |||
3084 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3086 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3085 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3087 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3086 | 3088 | ||
3087 | $Id: ChangeLog,v 1.3914 2005/10/03 08:23:44 dtucker Exp $ | 3089 | $Id: ChangeLog,v 1.3915 2005/10/03 10:14:18 dtucker Exp $ |
diff --git a/regress/README.regress b/regress/README.regress index 0c07c9cf1..5aaf734bd 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -97,8 +97,12 @@ Known Issues. | |||
97 | unless ssh-rand-helper is in pre-installed (the path to | 97 | unless ssh-rand-helper is in pre-installed (the path to |
98 | ssh-rand-helper is hard coded). | 98 | ssh-rand-helper is hard coded). |
99 | 99 | ||
100 | - Similarly, if you do not have "scp" in your system's $PATH then the | ||
101 | multiplex scp tests will fail (since the system's shell startup scripts | ||
102 | will determine where the shell started by sshd will look for scp). | ||
103 | |||
100 | - Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head | 104 | - Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head |
101 | test to fail. The old behaviour can be restored by setting (and | 105 | test to fail. The old behaviour can be restored by setting (and |
102 | exporting) _POSIX2_VERSION=199209 before running the tests. | 106 | exporting) _POSIX2_VERSION=199209 before running the tests. |
103 | 107 | ||
104 | $Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $ | 108 | $Id: README.regress,v 1.10 2005/10/03 10:14:18 dtucker Exp $ |