Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTycho Andersen <tycho.andersen@canonical.com>2015-05-08 16:13:00 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-05-08 16:16:45 +0300
commit23426070ec4e32e0eefad425506b91c7763d0a82 (patch)
tree7dbe841eef477d706d2f072ebc8a34beb74eaec9
parentf57fdd34f3cd057763c955e8639be8cab6d7d53f (diff)
test: fix syntax error in mnt_ext_master
Somehow this got lost in the shuffle, apologies. CC: Andrew Vagin <avagin@openvz.org> Reported-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rw-r--r--test/zdtm/live/static/mnt_ext_master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/zdtm/live/static/mnt_ext_master.c b/test/zdtm/live/static/mnt_ext_master.c
index 98f7d3527..0caf6edcb 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@canonical.com>"
+const char *test_author = "Tycho Andersen <tycho.andersen@canonical.com>";
char *dirname = "mnt_ext_auto.test";
TEST_OPTION(dirname, string, "directory name", 1);