From: Paul Eggert Date: Wed, 28 Jul 2004 23:05:52 +0000 (+0000) Subject: Test for "chown 010 file". X-Git-Tag: v5.3.0~1037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bddab6d08eefcb6035261f57c640c7aee83eea7;p=thirdparty%2Fcoreutils.git Test for "chown 010 file". --- diff --git a/ChangeLog b/ChangeLog index 7de42d4771..85622228f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-07-28 Paul Eggert + * 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).