summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-21 14:05:50 +0000
committerJim Meyering <jim@meyering.net>2005-09-21 14:05:50 +0000
commitcfda132680ac7304b9923fbb8b58e444b72c691b (patch)
tree293da4c8ebadc98dbc0a59a0d839b24b74422943
parenta559a194054ea097fd40276c37f3e383583839b4 (diff)
downloadcoreutils-cfda132680ac7304b9923fbb8b58e444b72c691b.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55868ba57..69fc57cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-09-20 Jim Meyering <jim@meyering.net>
+2005-09-21 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
+
* src/remove.c (write_protected_non_symlink): Change comment to
agree with the code.