]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Max OS X returns "*" as the password in grp.getgrall()
authorWalter Dörwald <walter@livinglogic.de>
Wed, 23 Apr 2003 19:50:24 +0000 (19:50 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 23 Apr 2003 19:50:24 +0000 (19:50 +0000)
commitce07c8a9bf67b608c03c91fd7b115922ab25f51c
tree1e10ee3836f70120ac0a424a51105ca386753e99
parent2d1c846b738d72d007569e59dbd96401a0002118
Max OS X returns "*" as the password in grp.getgrall()
and "" in grep.getgrgid(). Adjust the test to work
around this problem. This should fix SF bug #724771.
Lib/test/test_grp.py