summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-18 06:36:45 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-18 06:36:45 +0000
commit9b55e54a5893f7e45c69c4ab29fd0936932899a5 (patch)
treee62027ef56e37ccbe084200e0ba13da8ae98de20
parent1563f3241efc8b293ae06dfbb07f107a257f60c4 (diff)
downloadcoreutils-9b55e54a5893f7e45c69c4ab29fd0936932899a5.tar.xz
Work around a couple of "make check" failures reported for Cygwin
and ash by Eric Blake.
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7473d44..c536e5ab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-04-16 Jim Meyering <jim@meyering.net>
+2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ Work around a couple of "make check" failures reported for Cygwin
+ and ash by Eric Blake.
+ * tests/install/basic-1: Skip this test if ../../src/dd isn't readable.
+ * tests/install/trap: Skip this test if "trap '' CHLD" doesn't work.
+
+2005-04-16 Jim Meyering <jim@meyering.net>
+
* src/dd.c (S_TYPEISSHM): Remove definition.
Get the definition by including "stat-macros.h", instead.