[issue16661] test_posix.test_getgrouplist fails on some systems - incorrectly comparing getgroups and getgrouplist results

Gregory P. Smith report at bugs.python.org
Tue Dec 11 08:38:46 CET 2012


Gregory P. Smith added the comment:

Given this is more of a code coverage test than any need to test the
functionality of the OS library call, just asserting that it returns a
non-empty list is a decent test. :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16661>
_______________________________________


More information about the Python-bugs-list mailing list