[CRIU] [PATCH] test: fix syntax error in mnt_ext_master
Pavel Emelyanov
xemul at parallels.com
Fri May 8 06:16:53 PDT 2015
On 05/08/2015 04:13 PM, Tycho Andersen wrote:
> Somehow this got lost in the shuffle, apologies.
>
> CC: Andrew Vagin <avagin at openvz.org>
> Reported-by: Andrew Vagin <avagin at openvz.org>
> Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
> ---
> test/zdtm/live/static/mnt_ext_master.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/zdtm/live/static/mnt_ext_master.c b/test/zdtm/live/static/mnt_ext_master.c
> index 98f7d35..0caf6ed 100644
> --- a/test/zdtm/live/static/mnt_ext_master.c
> +++ b/test/zdtm/live/static/mnt_ext_master.c
> @@ -10,7 +10,7 @@
> #include "zdtmtst.h"
>
> const char *test_doc = "Check that mounts with external master peers are c/r'd";
> -const char *test_author = "Tycho Andersen <tycho.andersen at canonical.com>"
> +const char *test_author = "Tycho Andersen <tycho.andersen at canonical.com>";
>
> char *dirname = "mnt_ext_auto.test";
> TEST_OPTION(dirname, string, "directory name", 1);
>
Applied, thanks
More information about the CRIU
mailing list