]> granicus.if.org Git - python/commit
Change test_values so that it compares the lowercasing of group names since getgrall...
authorBrett Cannon <bcannon@gmail.com>
Thu, 25 May 2006 21:33:11 +0000 (21:33 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 25 May 2006 21:33:11 +0000 (21:33 +0000)
commit36850456caa30eba02d440c7c36ccdd510625767
tree5316a6145bee7a5fa298f77bf7ac3059a5ef4719
parentf5bc414334cd6808bbcf329914f322e3d1afbeaa
Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing.

Discovered on Ubuntu 5.04 (custom).
Lib/test/test_grp.py