[issue775964] fix test_grp failing on RedHat 6.2

Tres Seaver report at bugs.python.org
Fri Apr 30 03:16:03 CEST 2010


Tres Seaver <tseaver at agendaless.com> added the comment:

I don't have a host where I actually use netgroups in /etc/groups, and so can't provoke the bug::

  $ hg branch
  release26-maint
  $ make
  ...
  $ ./python -E -tt Lib/test/regrtest.py test_grp
  test_grp
  1 test OK.

I can verify that the patch still applies to the 'release26-maint' branch::

  $ patch -p0 < /tmp/grp.diff 
  patching file Modules/grpmodule.c
  Hunk #1 succeeded at 134 (offset 12 lines).

and that the tests still pass aftewards::

  $ make
  ...
  $ ./python -E -tt Lib/test/regrtest.py test_grp
  test_grp
  1 test OK.

----------
nosy: +tseaver

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue775964>
_______________________________________


More information about the Python-bugs-list mailing list