diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-22 18:10:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-22 18:10:16 +0000 |
commit | 070e3b128034dd042ab8c5e8c2a2caa791db1f02 (patch) | |
tree | 51ced7838beb3803742d6087c180c2a3a3c0cad9 /ChangeLog | |
parent | a240b41236d45b1d19735b7c8fc542dbede8ceed (diff) | |
download | coreutils-070e3b128034dd042ab8c5e8c2a2caa791db1f02.tar.xz |
New file umask-check to test for umask problems during tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ -2005-06-22 Jim Meyering <jim@meyering.net> +2005-06-22 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * tests/umask-check: New file. + * tests/Makefile.am (EXTRA_DIST): Add umask-check. + * tests/mkdir/perm: Use umask-check. + * tests/cp/cp-parents: Likewise, instead of using chmod + as described below. Problem reported by Kevin Mudrick. + +2005-06-22 Jim Meyering <jim@meyering.net> + Make rmdir produce diagnostics like this: rmdir: /tmp: Permission denied not like this: |