diff options
author | Eric Blake <eblake@redhat.com> | 2012-02-06 16:27:48 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-03-14 09:23:40 -0600 |
commit | a84286ce7a2e7722eb38280bcbca7fabc647be95 (patch) | |
tree | 0714fd48416ef1f1a241dadad62b2983f0a7d911 /doc | |
parent | 0dd13c463d87bad8cfd95922740484fcce0e34ea (diff) | |
download | coreutils-a84286ce7a2e7722eb38280bcbca7fabc647be95.tar.xz |
test: expose recent gnulib canonicalize bug
https://lists.gnu.org/archive/html/bug-gnulib/2012-02/msg00038.html
detailed a couple of bugs in gnulib's canonicalize that were visible
through coreutils' readlink, but only on systems where // is distinct
from /. This particular test assumes the POSIX fix which requires
canonicalization of a symlink containing just slashes to behave as
if slashes separating the symlink from the rest of the name are
elided (see http://austingroupbugs.net/view.php?id=541), as that is
the only useful (and current) behavior on Cygwin. That is,
ln -s / root
ls root/dev
must list the contents of /dev, not //dev.
* tests/misc/readlink-root: New test.
* tests/Makefile.am (TESTS): Run it.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions