summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-04 13:32:46 +0200
committerJim Meyering <jim@meyering.net>2007-05-04 13:32:46 +0200
commit283dadf09520fcde40fe39d091694ff80bc28ee4 (patch)
tree1c659281c85bbc7b61226a673cbecc6fd7a845bb /ChangeLog
parent3affac54ed4b0e2c3a2e0d350403b92a26a961b9 (diff)
downloadcoreutils-283dadf09520fcde40fe39d091694ff80bc28ee4.tar.xz
Avoid test failure when run with an unusual umask.
* tests/ls/color-dtype-dir: Set umask to 022. Suggestion from AIDA Shinra.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd1b30445..6fefea019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-05-04 Jim Meyering <jim@meyering.net>
+ Avoid test failure when run with an unusual umask.
+ * tests/ls/color-dtype-dir: Set umask to 022.
+ Suggestion from AIDA Shinra.
+
Avoid failure of root-only test when run with a restrictive umask.
* tests/rm/no-give-up: Ensure that non-root can access "d/" through
root-owned ".". Reported by AIDA Shinra.