diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-18 16:34:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-18 16:34:27 +0000 |
commit | 87353aebd86689802e8dafd195891e88c28ba37c (patch) | |
tree | 6ebf28ee19a2a852a463f64f13832d9a380dbd50 /ChangeLog | |
parent | 5a73ad8c6345a1ea096867539461ba949e5491d3 (diff) | |
download | coreutils-87353aebd86689802e8dafd195891e88c28ba37c.tar.xz |
* tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic
indicating flaw in kernel. Reword to say that the flaw isn't
serious for coreutils, since the flaw does affect ls -i.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-09-18 Paul Eggert <eggert@cs.ucla.edu> + * tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic + indicating flaw in kernel. Reword to say that the flaw isn't + serious for coreutils, since the flaw does affect ls -i. + * tests/chgrp/basic: Fix bug in test case exposed by building on Solaris 8 in a setgid directory. The test case incorrectly assumed that 'symlink' would be in group $g1. |