diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-05 12:15:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-05 12:15:38 +0000 |
commit | 812dc8da172e80819adaed7b6f797a13ee6a98d0 (patch) | |
tree | b01d5ecaf2cb8e9bef1c923774ebd161a8bf3d13 | |
parent | b150de0a99304ca9661193ccf831845c52010b3d (diff) | |
download | coreutils-812dc8da172e80819adaed7b6f797a13ee6a98d0.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 692bf43c4..7da99ac57 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ 2000-09-05 Jim Meyering <meyering@lucent.com> + * tests/mv/part-symlink: Redirect stdout to stderr before trying to + remove the temp directory. Otherwise, the `rm -rf' would get an + error because the output file wouldn't be closed and the directory + wouldn't be `empty'. + * tests/cp/same-file: Likewise. + * tests/cp/same-file: Remove the `cp -dl sl1 sl2' case, since it's no longer portable (hard link to a symlink). Likewise for the `cp -bdl symlink foo' case. |