diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:34:25 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:34:25 +0000 |
commit | fa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (patch) | |
tree | 28fc9a13eaab935e4de055b561b333d67387a934 /regress/README.regress | |
parent | 04942aa41fa94ec6f2c3ce1d348f600f31bb7c78 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
import openssh-4.3p2-gsskex-20060223.patch
Diffstat (limited to 'regress/README.regress')
-rw-r--r-- | regress/README.regress | 6 |
1 files changed, 5 insertions, 1 deletions
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 $ |