[CRIU] [PATCH] test/ext-links: fix path to the ip tool

Andrey Vagin avagin at openvz.org
Mon Jun 23 08:22:48 PDT 2014


run.sh: line 17: xip: command not found

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/ext-links/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/ext-links/run.sh b/test/ext-links/run.sh
index 0019b02..8089f6e 100755
--- a/test/ext-links/run.sh
+++ b/test/ext-links/run.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-ip=${CR_IP_TOOL:-xip}
+ip=${CR_IP_TOOL:-ip}
 mvln="mv0"
 finf="finish"
 outf="ns_output"
-- 
1.8.5.3



More information about the CRIU mailing list