Work around a couple of "make check" failures reported for Cygwin
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2005 06:36:45 +0000 (06:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2005 06:36:45 +0000 (06:36 +0000)
and ash by Eric Blake.

ChangeLog

index ab7473d4417833a2fd9fbb0cef9a644724b62929..c536e5ab4d3fddb875d743607588567801567144 100644 (file)
--- 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.