chmod: don't ignore a dangling symlink
authorJim Meyering <jim@meyering.net>
Fri, 7 Sep 2007 08:37:08 +0000 (10:37 +0200)
committerJim Meyering <jim@meyering.net>
Fri, 7 Sep 2007 08:45:22 +0000 (10:45 +0200)
commit500eccdbe4d55b0cbf48cf264aa4232abd7c23df
tree5a08a351c3b6615f77d39c9946e99d7583106215
parente70487cda746cc0800a02003c93f74621640e201
chmod: don't ignore a dangling symlink

* NEWS: Mention the bug fix.
* src/chmod.c (process_file): Handle the case of FTS_SLNONE,
i.e., give a diagnostic saying we cannot operate on such a file.
* tests/chmod/thru-dangling: Compare new stderr output with expected.
ChangeLog
NEWS
src/chmod.c
tests/chmod/thru-dangling