diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-27 10:05:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-27 10:05:25 +0000 |
commit | 2e0f5a2bac7def3d5d5bb21b07399cc1d6ceb40f (patch) | |
tree | 56c7fa46103bdaed329dba748c936317cb4c9870 /old/fileutils | |
parent | 9234f12d3279a3c82ac9b29cce5c6d33d65c72bb (diff) | |
download | coreutils-2e0f5a2bac7def3d5d5bb21b07399cc1d6ceb40f.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5ff3c429d..c1b2c150c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1999-11-27 Jim Meyering <meyering@ascend.com> + Add test for 1999-05-23 change to src/copy.c (copy_internal). + * tests/mv/partition-perm: New file. + * tests/mv/Makefile.am (TESTS): Add partition-perm. + * Version 4.0j. 1999-11-22 Paul Eggert <eggert@twinsun.com> @@ -591,7 +595,6 @@ 1999-05-23 Jim Meyering <meyering@ascend.com> - FIXME: add a test for this * src/copy.c (copy_internal): Don't apply the umask in move_mode. Otherwise, `mv' would not preserve the permissions when copying between partitions. Reported by David Godfrey |