diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 00:06:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 00:06:57 +0000 |
commit | 43309787ced3ec53d6cda5deaa55d75c712520cb (patch) | |
tree | 7c4745d99a8351831cf7e7c5ebdec49772f6cf77 /ChangeLog | |
parent | eba892da258be5ca8c31135a1ea6171ae5cdda38 (diff) | |
download | coreutils-43309787ced3ec53d6cda5deaa55d75c712520cb.tar.xz |
Don't assume that we can remove the working directory in tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-07-27 Paul Eggert <eggert@cs.ucla.edu> + * tests/readlink/can-e: Don't assume that we can remove the + working directory: this isn't possible under Solaris 8, say. + * tests/readlink/can-f: Likewise. + * tests/readlink/can-m: Likewise. + * src/copy.c (copy_internal): find_backup_file_name no longer returns NULL, so don't bother to check for this. * src/cp.c (do_copy): Likewise. |