]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 9 Sep 2000 08:56:38 +0000 (08:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Sep 2000 08:56:38 +0000 (08:56 +0000)
old/fileutils/ChangeLog
tests/cp/Makefile.in

index 491aef1862f130f51738be09061917883f6905c9..5e65c5671e3c91862682da817e0f3249eb6ebac5 100644 (file)
@@ -1,5 +1,9 @@
 2000-09-09  Jim Meyering  <meyering@lucent.com>
 
+       * tests/cp/special-bits: New file.
+       * tests/cp/Makefile.am (TESTS): Add special-bits.
+       (TESTS_ENVIRONMENT): Propagate $MAKE into environment, for special-bits.
+
        * src/copy.c (SAME_OWNER, SAME_GROUP, SAME_OWNER_AND_GROUP): Define.
        (copy_internal): Avoid calling chown if we know it's not necessary.
 
index f83d341041332ad40bf8b4ea079aa409000ef559..965025e6b87acce969b6d7097345d2bfdf189ff6 100644 (file)
@@ -120,10 +120,11 @@ AUTOMAKE_OPTIONS = 1.1 gnits
 TESTS = \
   backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
   same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
-  perm cp-HL
+  perm cp-HL special-bits
 
 EXTRA_DIST = $(TESTS)
 TESTS_ENVIRONMENT = \
+  MAKE=$(MAKE) \
   PATH=`pwd`/../../src:$$PATH
 
 subdir = tests/cp