| commit | 7fb6f5121a42136f35c561c408091cd043f6340d | [log] [tgz] |
|---|---|---|
| author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Aug 01 19:18:13 2010 +0000 |
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Aug 01 19:18:13 2010 +0000 |
| tree | f059f2de677d0ce4875ed14cb8614f5260fb39e9 | |
| parent | f5b204a3f0e55c6381822698c4afd85733c83a0f [diff] |
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.