]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Test for "chown 010 file".
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2004 23:05:52 +0000 (23:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2004 23:05:52 +0000 (23:05 +0000)
ChangeLog

index 7de42d4771049cd363f1e7f16848a0bbe122787e..85622228f29257dfafbd643ac0f04e19667cdcaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).