From: Jim Meyering Date: Wed, 16 Jul 2003 07:59:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152d9ca5225fd52a56afff9047de80357f8c838f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8df4b46591..647cf219fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 5.0.2. + * README: Update section on testing as `root'. + Suggestion from Paul Jarc. + + * src/test.c (AUTHORS): Replace 3-letter usernames with the actual + names of authors that I just found in bash's builtins/test.def. + Running `[' with no arguments would evoke a segfault. * src/test.c (main) [LBRACKET]: Move initialization of argv to precede potential use via test_syntax_error.