1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-07-23 19:42:32 +00:00
parent 68aff85110
commit 43343c2793
+1 -1
View File
@@ -14,7 +14,7 @@
* tests/rm/fail-eperm: Handle the case in which rm produces no output.
rm would prompt for non-dangling symlinks
rm would prompt for a symlink to an unwritable file
* src/remove.c (prompt): When not interactive, don't prompt
for a symlink. Reported by Dave Beckett. Patch by Michael Stone.
* tests/rm/dangling-symlink: Add a test for the above-fixed bug.