diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-18 17:14:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-18 17:14:35 +0000 |
commit | b83bf3269552e2c77661433c7606b1c03bb5091b (patch) | |
tree | 742ad4e8ae20c65c43f490b5cabd0b3f25d1fd80 /old/fileutils/ChangeLog | |
parent | 65c540d59cf652aa474643eeed055b588dae38a9 (diff) | |
download | coreutils-b83bf3269552e2c77661433c7606b1c03bb5091b.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5d58cb625..61035e8d2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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> |