diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-08 16:58:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-08 16:58:32 +0000 |
commit | e76b4fe2e33c01b8740132a42b4975fbf34a4ab6 (patch) | |
tree | e7a6a586c3d791111feae1a32983b3fd12cde254 | |
parent | 57a06c936605bf64cf519487e7c2c02b889b5e8f (diff) | |
download | coreutils-e76b4fe2e33c01b8740132a42b4975fbf34a4ab6.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-05-20 Paul Eggert <eggert@cs.ucla.edu> + + * tests/chgrp/basic: Test that chgrp -h does not fail on + symlinks, even on hosts where that's not supported. + Test that if -R is specified without -H or L, -h is assumed. + Test that chown() is not optimized away. + 2004-05-18 Paul Eggert <eggert@cs.ucla.edu> Several fixes to chgrp and chown for compatibility with POSIX and BSD: |