[CRIU] [PATCH] test: fix syntax error in mnt_ext_master

Tycho Andersen tycho.andersen at canonical.com
Fri May 8 06:13:30 PDT 2015


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);
-- 
2.1.4



More information about the CRIU mailing list