diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-26 14:35:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-26 14:35:19 +0000 |
commit | 2f418ef97df8b0342395e4a2d0d2f9f24a90f653 (patch) | |
tree | c286c0d7e24fb6cb5bc4e1f7140c7ecde7af41f0 /ChangeLog | |
parent | d2c6ae7fbc6c26e45fe33882c673897602afc0d2 (diff) | |
download | coreutils-2f418ef97df8b0342395e4a2d0d2f9f24a90f653.tar.xz |
* tests/ls/stat-failed: Adapt to match new expected output.
From Paul Eggert.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-07-26 Jim Meyering <jim@meyering.net> + * tests/ls/stat-failed: Adapt to match new expected output. + From Paul Eggert. + * src/ls.c (print_color_indicator): Test for S_IFREG first, rather than having the code test for all of the other types first. Hoist the set-uid/gid-testing code "up" into this new block. |