summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-28 23:05:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-28 23:05:52 +0000
commit0bddab6d08eefcb6035261f57c640c7aee83eea7 (patch)
treecdfc87bd4125e843b043f23b623713a0ba5f0319 /ChangeLog
parentadab436e48c8d15c1447551e3e688e5ae2eea5b2 (diff)
downloadcoreutils-0bddab6d08eefcb6035261f57c640c7aee83eea7.tar.xz
Test for "chown 010 file".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de42d477..85622228f 100644
--- 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).