summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-04 12:07:29 +0000
committerJim Meyering <jim@meyering.net>2002-07-04 12:07:29 +0000
commit0dc6b951d89a761fe65b485e379c2b30ccf71cea (patch)
tree6065c3807435b2989b5fe2523f3e7be8a2171321 /old
parent665089a167b420064ccb8fc62138de12ab9bfa16 (diff)
downloadcoreutils-0dc6b951d89a761fe65b485e379c2b30ccf71cea.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index cfbd87b21..ec88d776d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -4,7 +4,8 @@
* src/remove.c (prompt): Fix test for write-protectedness to also
check errno == EACCES. Otherwise, `rm dangling-symlink' would
- mistakenly prompt.
+ mistakenly prompt. Reported by Mike Castle.
+
* tests/rm/Makefile.am (TESTS): Add dangling-symlink.
* tests/rm/dangling-symlink: New file/test, for the above fix.