From: Jim Meyering Date: Thu, 10 Oct 2002 08:32:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.3~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb9a86b516d3b213e42dbd41e31652077b43c28;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 41f837c1ca..a2ae181ddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2002-10-09 Jim Meyering +2002-10-10 Jim Meyering * Version 4.5.3. + * tests/ln/Makefile.am (TESTS): Add target-1. + * tests/ln/target-1: New file/test, for the fix on 2002-10-08. + +2002-10-09 Jim Meyering + * tests/cp/backup-is-src: Ensure that certain environment variables are not set (e.g., SIMPLA_BACKUP_SUFFIX). Reported by Duncan Roe. diff --git a/tests/ln/target-1 b/tests/ln/target-1 index 09295bc4b8..91eb45da02 100755 --- a/tests/ln/target-1 +++ b/tests/ln/target-1 @@ -1,5 +1,7 @@ #!/bin/sh # Before coreutils-4.5.3, --target-dir didn't work with one file. +# It would create the desired link, but would fail with a diagnosis like this: +# ln: `d/.': cannot overwrite directory # Based on a test case from Dmitry V. Levin. if test "$VERBOSE" = yes; then