From: Jim Meyering Date: Wed, 28 Sep 2005 18:34:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78ad95853461c6034e97c66675d93ea08116ee7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 3b0f9f22fd..a5e4664654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,13 +2,15 @@ * Version 5.3.1-cvs. - * README: Warn about a (now-)known problem on FreeBSD 5.0: + * README: Remove note about FreeBSD make test failure. + +2005-09-28 Paul Eggert + + * tests/install/trap: Work around a bug in FreeBSD 5.0. - When building and running `make test' on a FreeBSD 5.0 system, - expect the tests/install/trap test to get stuck in an infinite - loop. That appears to be due to a bug in /bin/sh. - When you change the first line of the tests/install/trap script - to be e.g., #!/usr/local/bin/bash, the test completes normally. +2005-09-28 Jim Meyering + + * README: Warn about a (now-)known problem on FreeBSD 5.0: 2005-09-26 Paul Eggert