[CRIU] [PATCH 10/11] test: security -- Fix criu ref

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


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/security/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/security/Makefile b/test/security/Makefile
index 4945fd84d74e..6eaece116e5c 100644
--- a/test/security/Makefile
+++ b/test/security/Makefile
@@ -13,10 +13,10 @@ export DIR LOOP PIDFILE IMGS CRIU ROOT USR1 USR2
 run: testdir users
 	./run.sh
 
-testdir: ../../criu
+testdir: ../../criu/criu
 	mkdir -p $(DIR)
 	mkdir -p $(IMGS)
-	cp ../../criu $(CRIU)
+	cp ../../criu/criu $(CRIU)
 	chmod u+s $(CRIU)
 	cp loop.sh $(LOOP)
 	chmod 777 $(DIR)
-- 
2.5.0



More information about the CRIU mailing list