diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 762c937b3..05cf520c9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -12,6 +12,7 @@ chmod step. copy_reg now sets permissions of such files upon creation. Use get_dest_mode, so there's just one chmod call here. + * tests/cp/Makefile.am (TESTS): Add perm. * tests/cp/perm: New tests, to help ensure the above didn't change anything. @@ -28,9 +29,6 @@ * tests/Makefile.am (EXTRA_DIST): Add envvar-check. * tests/envvar-check: New file. - * tests/cp/Makefile.am (TESTS): Add perm. - * tests/cp/perm: New tests. - * install-sh: Remove trailing blanks. Output diagnostics to stderr, not stdout. Remove many useless curly braces and double quotes. |