diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-03 20:04:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-03 20:04:20 +0000 |
commit | 224794bba62ff9309f02b7ef9732eb26f818d7a6 (patch) | |
tree | 56535c4d30725d0a2ff90058ced0dc728485dfa4 | |
parent | 4756c070ade13249e673db518e79e93f04ddcdae (diff) | |
download | coreutils-224794bba62ff9309f02b7ef9732eb26f818d7a6.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,6 +2,9 @@ * Version 4.5.9. + * src/remove.c (remove_cwd_entries): Include the full filename of + the offending file, not just the basename. + * tests/misc/tty-eof: Set $ME properly. * Makefile.maint (THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): @@ -13,9 +16,8 @@ user. Reported by Ivo Timmermans via Michael Stone. This fixes Debian bug# 178471. - FIXME - * tests/rm/Makefile.am (TESTS): Add hard-3. - * tests/rm/hard-3: New test, for the above-fixed bug. + * tests/rm/Makefile.am (TESTS): Add fail-2eperm. + * tests/rm/fail-2eperm: New test, for the above-fixed bug. Based on a report from Ivo Timmermans. 2003-03-02 Jim Meyering <jim@meyering.net> |