diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 23:05:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 23:05:52 +0000 |
commit | 0bddab6d08eefcb6035261f57c640c7aee83eea7 (patch) | |
tree | cdfc87bd4125e843b043f23b623713a0ba5f0319 /ChangeLog | |
parent | adab436e48c8d15c1447551e3e688e5ae2eea5b2 (diff) | |
download | coreutils-0bddab6d08eefcb6035261f57c640c7aee83eea7.tar.xz |
Test for "chown 010 file".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-07-28 Paul Eggert <eggert@cs.ucla.edu> + * tests/chown/basic: Test for proper handling of uids like + "010", which must be parsed as decimal. + * tests/misc/pwd: Don't assume that Perl's getpwd agrees with our pwd when there are multiple names for the working directory (which can happen with an automounter, sigh). |