From: Paul Eggert Date: Mon, 18 Apr 2005 06:36:45 +0000 (+0000) Subject: Work around a couple of "make check" failures reported for Cygwin X-Git-Tag: CPPI-1_12~985 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b55e54a5893f7e45c69c4ab29fd0936932899a5;p=thirdparty%2Fcoreutils.git Work around a couple of "make check" failures reported for Cygwin and ash by Eric Blake. --- diff --git a/ChangeLog b/ChangeLog index ab7473d441..c536e5ab4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-04-16 Jim Meyering +2005-04-17 Paul Eggert * 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 + * src/dd.c (S_TYPEISSHM): Remove definition. Get the definition by including "stat-macros.h", instead.