diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-04 12:07:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-04 12:07:29 +0000 |
commit | 0dc6b951d89a761fe65b485e379c2b30ccf71cea (patch) | |
tree | 6065c3807435b2989b5fe2523f3e7be8a2171321 /old/fileutils | |
parent | 665089a167b420064ccb8fc62138de12ab9bfa16 (diff) | |
download | coreutils-0dc6b951d89a761fe65b485e379c2b30ccf71cea.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
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. |