From: Jim Meyering Date: Mon, 4 Sep 2000 16:58:38 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0z~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c5d2581a0a895928a2539db44c1b4f70e07e74f;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 49d68da4a1..88089d71ce 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ 2000-09-04 Jim Meyering + * tests/mv/force: mv's --force (-f) option is no longer needed for + this test, now that all it does is cancel --interactive (-i). + * tests/cp/same-file: Add new tests using cp's --rem option. Reflect the fact that cp's -f option no longer causes cp to remove the destination file before trying to open it.