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:
Diffstat (limited to 'test/zdtm/static/mnt_ro_bind.c')
-rw-r--r--test/zdtm/static/mnt_ro_bind.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/zdtm/static/mnt_ro_bind.c b/test/zdtm/static/mnt_ro_bind.c
index 1d9881408..2802c87e5 100644
--- a/test/zdtm/static/mnt_ro_bind.c
+++ b/test/zdtm/static/mnt_ro_bind.c
@@ -9,14 +9,14 @@
#include "zdtmtst.h"
-const char *test_doc = "Check read-only bind-mounts";
-const char *test_author = "Andrew Vagin <avagin@openvz.org>";
+const char *test_doc = "Check read-only bind-mounts";
+const char *test_author = "Andrew Vagin <avagin@openvz.org>";
char *dirname;
TEST_OPTION(dirname, string, "directory name", 1);
-#define TEST_WORD "testtest"
-#define TEST_WORD2 "TESTTEST"
+#define TEST_WORD "testtest"
+#define TEST_WORD2 "TESTTEST"
int main(int argc, char **argv)
{