[CRIU] [PATCH] test/ext-links: fix path to the ip tool
Pavel Emelyanov
xemul at parallels.com
Tue Jun 24 11:50:21 PDT 2014
On 06/23/2014 07:22 PM, Andrey Vagin wrote:
> 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"
>
applied
More information about the CRIU
mailing list