summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-26 14:35:19 +0000
committerJim Meyering <jim@meyering.net>2006-07-26 14:35:19 +0000
commit2f418ef97df8b0342395e4a2d0d2f9f24a90f653 (patch)
treec286c0d7e24fb6cb5bc4e1f7140c7ecde7af41f0 /ChangeLog
parentd2c6ae7fbc6c26e45fe33882c673897602afc0d2 (diff)
downloadcoreutils-2f418ef97df8b0342395e4a2d0d2f9f24a90f653.tar.xz
* tests/ls/stat-failed: Adapt to match new expected output.
From Paul Eggert.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5346af715..c74be133c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.