mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
With --force (-f), rm no longer fails for ENOTDIR.
* src/remove.c (ignorable_missing): New function. Use it everywhere, rather than open-coding the test. Andreas Schwab reported the ENOTDIR problem. (ignorable_missing): Similarly, don't fail for ENAMETOOLONG. * NEWS: Mention the bug fix. * tests/rm/ignorable: New file. Test for the ENOTDIR case. * tests/rm/ignore-name-too-long: New file. Test for ENAMETOOLONG. * tests/rm/Makefile.am (TESTS): Add the new file names.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,4 +1,14 @@
|
||||
2006-10-02 Jim Meyering <jim@meyering.net>
|
||||
2006-10-03 Jim Meyering <jim@meyering.net>
|
||||
|
||||
With --force (-f), rm no longer fails for ENOTDIR.
|
||||
* src/remove.c (ignorable_missing): New function.
|
||||
Use it everywhere, rather than open-coding the test.
|
||||
Andreas Schwab reported the ENOTDIR problem.
|
||||
(ignorable_missing): Similarly, don't fail for ENAMETOOLONG.
|
||||
* NEWS: Mention the bug fix.
|
||||
* tests/rm/ignorable: New file. Test for the ENOTDIR case.
|
||||
* tests/rm/ignore-name-too-long: New file. Test for ENAMETOOLONG.
|
||||
* tests/rm/Makefile.am (TESTS): Add the new file names.
|
||||
|
||||
* bootstrap: Undo last change to this file, since now gnulib-tool
|
||||
sticks with the automake default in generating dependencies.
|
||||
|
||||
Reference in New Issue
Block a user