diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-22 12:24:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-22 12:24:48 +0000 |
commit | 63fb8bd5b675dd3f422ab0f9741ad81d0710d13a (patch) | |
tree | 006d6110ba45d3c0a520393d39eff161e924c8e0 | |
parent | 2bd28f020002a4997928acf2a4874427114b970e (diff) | |
download | coreutils-63fb8bd5b675dd3f422ab0f9741ad81d0710d13a.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8c76bd010..06e1b0d2c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.1.11. + * src/rm.c: Add new option, --presume-input-tty, for testing only. + Not documented. + 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. @@ -11,6 +14,7 @@ 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. + * tests/rm/dangling-symlink: Add a test for the above-fixed bug. 2002-07-20 Jim Meyering <meyering@lucent.com> |