[CRIU] [PATCH 03/11] test: env.sh -- Fix criu ref

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


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

diff --git a/test/env.sh b/test/env.sh
index ab015e09b77c..4fe030a7abee 100755
--- a/test/env.sh
+++ b/test/env.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-CRIU=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../criu)
+CRIU=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../criu/criu)
 criu=$CRIU
-- 
2.5.0



More information about the CRIU mailing list