Commit e6bd3258 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: fix a error message

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 64a4c400
...@@ -88,7 +88,7 @@ done: ...@@ -88,7 +88,7 @@ done:
} }
if (mount("none", MPTS_ROOT"/kernel/sys/fs/binfmt_misc", if (mount("none", MPTS_ROOT"/kernel/sys/fs/binfmt_misc",
"binfmt_misc", 0, "") < 0) { "binfmt_misc", 0, "") < 0) {
fail("Can't mount proc"); fail("Can't mount binfmt_misc");
return 1; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment