From: Jim Meyering Date: Sat, 15 Jun 2002 09:46:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=646e37ff59dec5ff2181d1c1214d2dd47285d546;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b526109310..a3f9c39e2c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,12 @@ * Version 4.1.9. + * tests/sample-test (trap): Make sure the temporary hierarchy is + writable before removing it. + + * tests/mv/perm-1: New file, to demonstrate fix of 2002-06-12. + * tests/mv/Makefile.am (TESTS): Add perm-1. + * Makefile.maint (wget-update): `cd' to config first. Warn when omitting a file ... FIXME @@ -28,11 +34,6 @@ * src/mv.c (do_move): Give one diagnostic, not two, when unable to unlink a destination file. This bug was introduced in fileutils-3.16l. - FIXME$ /bin/mv /etc/passwd /tmp - /bin/mv: cannot unlink `/etc/passwd': Permission denied - /bin/mv: cannot remove `/etc/passwd': Permission denied - [Exit 1] - 2002-06-07 Jim Meyering * tests/mv/part-fail: Also accept the permission-denied diagnostic