From: Jim Meyering Date: Tue, 5 Sep 2000 12:15:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~30 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=812dc8da172e80819adaed7b6f797a13ee6a98d0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 692bf43c40..7da99ac574 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ 2000-09-05 Jim Meyering + * 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.