summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress6
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.
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$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $ 100- 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
102 exporting) _POSIX2_VERSION=199209 before running the tests.
103
104$Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $