]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 10 Oct 2002 08:32:14 +0000 (08:32 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Oct 2002 08:32:14 +0000 (08:32 +0000)
ChangeLog
tests/ln/target-1

index 41f837c1ca1d3dff470ea447972fc14e481aca6f..a2ae181ddfab628abf7d843fa49e21c8f44d07e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2002-10-09  Jim Meyering  <meyering@lucent.com>
+2002-10-10  Jim Meyering  <meyering@lucent.com>
 
        * 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  <meyering@lucent.com>
+
        * tests/cp/backup-is-src: Ensure that certain environment variables
        are not set (e.g., SIMPLA_BACKUP_SUFFIX).  Reported by Duncan Roe.
 
index 09295bc4b8f3f61fd82bd895eab44583e81dbc4f..91eb45da02b97422ae28972224117665b31fd448 100755 (executable)
@@ -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