]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 18 Jan 1999 17:14:35 +0000 (17:14 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Jan 1999 17:14:35 +0000 (17:14 +0000)
old/fileutils/ChangeLog

index 5d58cb62511dd39c34e9e0ded6aeb4501fd84689..61035e8d24a2d178e9a6bdc8d25833d3ec080027 100644 (file)
@@ -1,5 +1,17 @@
 1999-01-17  Jim Meyering  <meyering@ascend.com>
 
+       * tests/cp/Makefile.am (TESTS_ENVIRONMENT): Set PATH here, rather
+       than setting RM and CP.
+       * tests/cp/*: Now that PATH is set properly, use rm and cp rather
+       than $RM and $CP.
+
+       * tests/ln/Makefile.am (TESTS): Add backup-1.
+       (TESTS_ENVIRONMENT): Set PATH here, rather than setting LN.
+       * tests/ln/*: Now that PATH is set properly, use ln rather than $LN.
+       * tests/ln/backup-1: New test for this.
+       * src/ln.c (do_link): Try to remove DEST even after renaming it.
+       This fixes a bug reported by Jamie Lokier.
+
        * src/ln.c (same_name): Use SAME_INODE rather than open coding it.
 
 1999-01-16  Jim Meyering  <meyering@ascend.com>