summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-16 07:59:08 +0000
committerJim Meyering <jim@meyering.net>2003-07-16 07:59:08 +0000
commit152d9ca5225fd52a56afff9047de80357f8c838f (patch)
tree801043bcabff0964652f2baaac717c62a8fe95ba /ChangeLog
parentfd35a8b08166af5b9b16bd1c83d4f7ae881e55c4 (diff)
downloadcoreutils-152d9ca5225fd52a56afff9047de80357f8c838f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8df4b4659..647cf219f 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.