From b83bf3269552e2c77661433c7606b1c03bb5091b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Jan 1999 17:14:35 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5d58cb6251..61035e8d24 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,17 @@ 1999-01-17 Jim Meyering + * 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 -- 2.47.3