[lxc-devel] [PATCH] Update get_item test after the lxc.mount.entry fix

Serge Hallyn serge.hallyn at ubuntu.com
Thu Dec 10 04:47:52 UTC 2015


Quoting Stéphane Graber (stgraber at ubuntu.com):
> Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>

(*&$)(**$)(*#$*#(

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  src/tests/get_item.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/tests/get_item.c b/src/tests/get_item.c
> index 270ced9..9a9ae59 100644
> --- a/src/tests/get_item.c
> +++ b/src/tests/get_item.c
> @@ -340,8 +340,8 @@ int main(int argc, char *argv[])
>  		ret = 1;
>  		goto out;
>  	}
> -	if (!c->clear_config_item(c, "lxc.mount.entries")) {
> -		fprintf(stderr, "%d: failed clearing lxc.mount.entries\n", __LINE__);
> +	if (!c->clear_config_item(c, "lxc.mount.entry")) {
> +		fprintf(stderr, "%d: failed clearing lxc.mount.entry\n", __LINE__);
>  		ret = 1;
>  		goto out;
>  	}
> -- 
> 1.9.1
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel


More information about the lxc-devel mailing list