2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

zdtm.py: Fix zdtm_test._env data type

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2015-12-08 15:19:25 +03:00
parent da0b8770f2
commit 7ba43a5521

View File

@ -258,7 +258,7 @@ class zdtm_test:
self.__pid = 0
self.__flavor = flavor
self._bins = [ name ]
self._env = []
self._env = {}
self.auto_reap = True
def __make_action(self, act, env = None, root = None):