diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-08-17 14:31:32 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-08-17 14:31:32 +0200 |
commit | bad5f2d329a7d8784e12134f3f2c531bbc635900 (patch) | |
tree | 43a906ab6293ed0aa884671f107fd4c163d196fc /regress/README.regress | |
parent | - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root (diff) | |
download | openssh-bad5f2d329a7d8784e12134f3f2c531bbc635900.tar.xz openssh-bad5f2d329a7d8784e12134f3f2c531bbc635900.zip |
- (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
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 1c30be330..0c07c9cf1 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -97,4 +97,8 @@ Known Issues. unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $ +- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head + test to fail. The old behaviour can be restored by setting (and + exporting) _POSIX2_VERSION=199209 before running the tests. + +$Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $ |