Commit 57f16168 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm.py: tests should not inherite file descriptors from zdtm.py

Cc: Dmitry Safonov <dsafonov@odin.com>
Reported-by: 's avatarDmitry Safonov <dsafonov@odin.com>
Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Tested-by: 's avatarDmitry Safonov <dsafonov@odin.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4a393715
......@@ -296,7 +296,7 @@ class zdtm_test:
if env:
env = dict(os.environ, **env)
s = subprocess.Popen(s_args, env = env, cwd = root)
s = subprocess.Popen(s_args, env = env, cwd = root, close_fds = True)
s.wait()
def __pidfile(self):
......
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