diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-11-16 11:04:31 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-16 11:04:31 +0100 |
commit | fe18e9f7e5fb3b856d3da936dd6bd4c8e620635a (patch) | |
tree | 4d254d79b78fbfb90be755fd57a14003029af6d9 /ChangeLog | |
parent | 1379ed974f1fa39b12e2ffab18b3f7a607082202 (diff) | |
download | coreutils-fe18e9f7e5fb3b856d3da936dd6bd4c8e620635a.tar.xz |
Port readlink-fp-loop to Solaris.
* tests/misc/readlink-fp-loop (symlink_loop_msg): New var,
which records the symlink-loop message, whose wording is
not standardized by Posix. Do not rely on "echo x > p/1"
to work when p/1 has a lot of indirect symlinks. (I'm surprised
that it works on Linux. Perhaps a Linux bug?)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-11-16 Paul Eggert <eggert@cs.ucla.edu> + + Port readlink-fp-loop to Solaris. + * tests/misc/readlink-fp-loop (symlink_loop_msg): New var, + which records the symlink-loop message, whose wording is + not standardized by Posix. Do not rely on "echo x > p/1" + to work when p/1 has a lot of indirect symlinks. (I'm surprised + that it works on Linux. Perhaps a Linux bug?) + 2007-11-15 Paul Eggert <eggert@cs.ucla.edu> Port to Solaris 'make' and use a Posixish shell on Solaris. |