*** empty log message ***

This commit is contained in:
Jim Meyering 2002-07-22 08:16:57 +00:00
parent a0ba130aea
commit 786b4298a5

View File

@ -1,13 +1,13 @@
2002-07-22 Jim Meyering <meyering@lucent.com>
* Version 4.1.11.
This test might remove a file owned by the person running `make check'.
* tests/rm/fail-eperm: Hoist definition of $target_file, and use
that (not $f) in test for owner/dir/symlink. Patch by Michael Stone.
* tests/rm/fail-eperm: Handle the case in which rm produces no output.
* Version 4.1.11.
rm would prompt for non-dangling symlinks
* src/remove.c (prompt): When not interactive, don't prompt
for a symlink. Reported by Dave Beckett. Patch by Michael Stone.