]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Catch nis.error and raise TestFailed instead. This catches the
authorBarry Warsaw <barry@python.org>
Thu, 15 May 1997 18:27:49 +0000 (18:27 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 15 May 1997 18:27:49 +0000 (18:27 +0000)
commit4c4d5ce78a9be16fac5e979d40e917a79736f04e
tree6c90d04f1b9d12746b91a37013989860e63780b8
parent1ade44cb0c6b091e008623ca307fdefeb184dfe7
Catch nis.error and raise TestFailed instead.  This catches the
problem where Python is configured with the nismodule but NIS isn't
installed, or the map names don't correspond to those hardcoded in
nismodule.c (which is bogus in and of itself).
Lib/test/test_nis.py