1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

* NEWS: Update here, too.

This commit is contained in:
Jim Meyering
2006-10-03 22:07:36 +00:00
parent a1da4a039d
commit 1d4ac49f9d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
in spite of such an errno value.
* tests/rm/Makefile.am (TESTS): Remove ignore-name-too-long.
* tests/rm/ignore-name-too-long: Remove file.
* NEWS: Update here, too.
2006-10-03 Jim Meyering <jim@meyering.net>
+1 -1
View File
@@ -4,7 +4,7 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
With --force (-f), rm no longer fails for ENOTDIR or ENAMETOOLONG.
With --force (-f), rm no longer fails for ENOTDIR.
For example, "rm -f existing-non-directory/anything" now exits
successfully, ignoring the error about a nonexistent file.