diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-04 17:34:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-04 17:34:05 +0000 |
commit | 69408d229ec71d01ad52b5ed4b04193504acafa8 (patch) | |
tree | 580f8e406d7e08c487627ba7418e7cf2a18b556a | |
parent | f05badd2305a8c1c1bc4c1e89109525dd0da8bb8 (diff) | |
download | coreutils-69408d229ec71d01ad52b5ed4b04193504acafa8.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 958d20ba9..038aa7824 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1999-12-04 Jim Meyering <meyering@ascend.com> + * tests/cp/cp-mv-backup (trap): Be careful to close $actual before + removing the containing directory. Otherwise, on some systems rmdir + fails to remove the containing directory. + * tests/ls/time-1: List --full-time dates upon failure. 1999-12-02 Andreas Schwab <schwab@suse.de> |