[CRIU] [PATCH 02/11] test: zdtm.py -- Fix criu reference

Cyrill Gorcunov gorcunov at openvz.org
Mon Feb 15 05:26:08 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/zdtm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm.py b/test/zdtm.py
index 53b4b07b33e4..01b20e7b3bc3 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -582,7 +582,7 @@ test_classes = { 'zdtm': zdtm_test, 'inhfd': inhfd_test, 'groups': groups_test }
 # CRIU when launched using CLI
 #
 
-criu_bin = "../criu"
+criu_bin = "../criu/criu"
 class criu_cli:
 	def __init__(self, opts):
 		self.__test = None
-- 
2.5.0



More information about the CRIU mailing list