* stdlib/test-canon.c: Make doesExist a directory and add more tests
authorUlrich Drepper <drepper@redhat.com>
Wed, 27 Apr 2005 07:37:00 +0000 (07:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 27 Apr 2005 07:37:00 +0000 (07:37 +0000)
commit0f888d8ec6e038895be5d0a562d90be5e930a88a
tree0b98ab87be4952d2ba858e1710ea894826f4e4cb
parent935f3e6715f2f178159eef1501ae30ad53a68150
* stdlib/test-canon.c: Make doesExist a directory and add more tests

for the new error case.

2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
    Ranjani Murthy <ranmur@gmail.com>

* stdlib/canonicalize.c (__realpath): Change realpath(3) to
return NULL and set errno to ENOTDIR for such pathnames like
"/path/to/existing-non-directory/".
ChangeLog
stdlib/canonicalize.c
stdlib/test-canon.c