Kaydet (Commit) 920fa6a1 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Remove passwd.adjunct.byname from list of maps

for test_nis.
üst 63a9b8b0
...@@ -11,6 +11,13 @@ except nis.error, msg: ...@@ -11,6 +11,13 @@ except nis.error, msg:
# only do this if running under the regression suite # only do this if running under the regression suite
raise TestSkipped, msg raise TestSkipped, msg
try:
# On some systems, this map is only accessible to the
# super user
maps.remove("passwd.adjunct.byname")
except ValueError:
pass
done = 0 done = 0
for nismap in maps: for nismap in maps:
if verbose: if verbose:
......
...@@ -108,6 +108,13 @@ Library ...@@ -108,6 +108,13 @@ Library
the close_fds arg to subprocess.Popen is not supported). the close_fds arg to subprocess.Popen is not supported).
Tests
-----
- Remove passwd.adjunct.byname from list of maps
for test_nis.
Build Build
----- -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment