bpo-37400: Fix test_os.test_chown() (GH-14374)
Use os.getgroups() rather than grp.getgrall() to get groups. Rename also the test to test_chown_gid().
Showing
Please
register
or
sign in
to comment
Use os.getgroups() rather than grp.getgrall() to get groups. Rename also the test to test_chown_gid().