]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 28 Sep 2005 18:34:37 +0000 (18:34 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 28 Sep 2005 18:34:37 +0000 (18:34 +0000)
ChangeLog

index 3b0f9f22fd5de1a12c81d4abe45db66bed034f86..a5e46646546403ad624216ed9ada2d3513575416 100644 (file)
--- 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  <eggert@cs.ucla.edu>
+
+       * 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  <jim@meyering.net>
+
+       * README: Warn about a (now-)known problem on FreeBSD 5.0:
 
 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>