From: Jim Meyering Date: Wed, 21 Sep 2005 14:05:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfda132680ac7304b9923fbb8b58e444b72c691b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 55868ba575..69fc57cb00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-09-20 Jim Meyering +2005-09-21 Jim Meyering * Version 5.3.1-cvs. + * tests/install/basic-1: Require that this test be run as non-root. + Otherwise, it fails due to the fact that the chmod 0 . doesn't + affect root. + +2005-09-20 Jim Meyering + * src/remove.c (write_protected_non_symlink): Change comment to agree with the code.