summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-05 08:43:24 +0000
committerJim Meyering <jim@meyering.net>2006-10-05 08:43:24 +0000
commitd78ad5caccb4018d4eb833b43d17a417d4e7dc28 (patch)
treed9f2b0596e03f7b1448fb94804fc4e7afba1c3be /ChangeLog
parentc5bccf11cc7e4d05f09e726ee9d2afffe00b3309 (diff)
downloadcoreutils-d78ad5caccb4018d4eb833b43d17a417d4e7dc28.tar.xz
* tests/install/basic-1: Skip the latter part of this test if the
just-built dd binary is not readable. Otherwise, this test would fail when binaries were created as root. Reported by Bauke Jan Douma in <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/8433>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5458cc6de..1ebe1cdd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-05 Jim Meyering <jim@meyering.net>
+
+ * tests/install/basic-1: Skip the latter part of this test if the
+ just-built dd binary is not readable. Otherwise, this test would fail
+ when binaries were created as root. Reported by Bauke Jan Douma in
+ <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/8433>.
+
2006-10-03 Paul Eggert <eggert@cs.ucla.edu>
* src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX / 8 + 1, not at 4