From: Jim Meyering Date: Sun, 13 Aug 2000 13:04:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0y~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=406f1dcb0f41250beab514198c981f04193c945f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 762c937b33..05cf520c9f 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.