[Python-Dev] test_pwd failing

Brett Cannon drifty@alum.berkeley.edu
Sat, 19 Apr 2003 12:26:18 -0700 (PDT)


[Greg Ward]

> On 15 April 2003, Walter D=F6rwald said:
> > Should the same change be done for the pwd module, i.e.
> > are duplicate gid's allowed in /etc/group?
>
> Yes.  I got a test failure from test_grp the other night, but I didn't
> report it because I hadn't investigated it thoroughly yet.  I'm guessing
> it's the same as the test_pwd failure... and yes, it stems from a
> duplicate GID in the /etc/group file on that system.
>

I got it, too.  Also got a test_getargs2 failure.  Haven't looked into it
thoroughly yet, though, especially since I don't know the status of the
new arg codes.

-Brett