diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-04 16:58:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-04 16:58:38 +0000 |
commit | 7c5d2581a0a895928a2539db44c1b4f70e07e74f (patch) | |
tree | d7a7512bccfff0bbd843e08cd86253de8de59c5f /old | |
parent | 9f99fca934b74a3aee31c4a9cfd1e0a7bab1f4c0 (diff) | |
download | coreutils-7c5d2581a0a895928a2539db44c1b4f70e07e74f.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 49d68da4a..88089d71c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ 2000-09-04 Jim Meyering <meyering@lucent.com> + * 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. |