]> granicus.if.org Git - python/commit
test_getgroups as introduced with issue7900 failed on systems
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 1 Aug 2010 19:18:13 +0000 (19:18 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 1 Aug 2010 19:18:13 +0000 (19:18 +0000)
commit7fb6f5121a42136f35c561c408091cd043f6340d
treef059f2de677d0ce4875ed14cb8614f5260fb39e9
parentf5b204a3f0e55c6381822698c4afd85733c83a0f
test_getgroups as introduced with issue7900 failed on systems
where 'id -G' and posix.getgroups() returned the same information,
but one of the sources contains duplicate information. Rewrite the
check using sets instead of lists.
Lib/test/test_posix.py