On Fri, Apr 03, 2015 at 11:40:49PM +0000, Serge Hallyn wrote:
> to make sure the parent's read returns.
> 
> Signed-off-by: Serge Hallyn <serge.hal...@ubuntu.com>

Acked-by: Stéphane Graber <stgra...@ubuntu.com>

> ---
>  src/tests/aa.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/tests/aa.c b/src/tests/aa.c
> index b8689ac..1ab1997 100644
> --- a/src/tests/aa.c
> +++ b/src/tests/aa.c
> @@ -47,9 +47,11 @@ static int test_attach_write_file(void* payload)
>       if (f) {
>               printf("yes\n");
>               fclose(f);
> +             fflush(NULL);
>               return 1;
>       }
>       printf("no\n");
> +     fflush(NULL);
>       return 0;
>  }
>  
> -- 
> 2.1.4
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel@lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to