]> granicus.if.org Git - python/commit
Fix for issue 9367: the test code for os.getgroups
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 14:15:19 +0000 (14:15 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 14:15:19 +0000 (14:15 +0000)
commitcb615e6abe1ae6523aacddbf108fbf92f26e9eb8
tree7fcff6f0659d776c468bb53d32897f2f002a2980
parent9c71f90329b842c8b9c6b3b2726f5791b00a5c3b
Fix for issue 9367: the test code for os.getgroups
assumes that the result of getgroups and the output
of the id(1) command return groups in the same
order.  That assumption is both fragile and false.
Lib/test/test_posix.py