[CRIU] [PATCH] zdtm: fix a error message
Andrey Vagin
avagin at openvz.org
Fri Nov 2 08:20:52 EDT 2012
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/zdtm/live/static/mountpoints.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/zdtm/live/static/mountpoints.c b/test/zdtm/live/static/mountpoints.c
index 0e295fd..7de2ab1 100644
--- a/test/zdtm/live/static/mountpoints.c
+++ b/test/zdtm/live/static/mountpoints.c
@@ -88,7 +88,7 @@ done:
}
if (mount("none", MPTS_ROOT"/kernel/sys/fs/binfmt_misc",
"binfmt_misc", 0, "") < 0) {
- fail("Can't mount proc");
+ fail("Can't mount binfmt_misc");
return 1;
}
--
1.7.11.7
More information about the CRIU
mailing list