Commit 433839cf authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm.py: Add file perms to test in uns

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent bb0efb31
......@@ -272,6 +272,8 @@ class zdtm_test:
if self.__flavor.uns:
env['ZDTM_USERNS'] = "1"
p = os.path.dirname(self.__name)
os.chmod(p, os.stat(p).st_mode | 0222)
self.__make_action('pid', env, self.__flavor.root)
......
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