[CRIU] [PATCH] zdtm/different_creds: return smth from main()
Andrey Vagin
avagin at openvz.org
Thu Sep 10 05:01:02 PDT 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/zdtm/live/static/different_creds.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/zdtm/live/static/different_creds.c b/test/zdtm/live/static/different_creds.c
index c9d23c9..e2ffe23 100644
--- a/test/zdtm/live/static/different_creds.c
+++ b/test/zdtm/live/static/different_creds.c
@@ -83,4 +83,5 @@ int main(int argc, char ** argv)
fail("shouldn't dump successfully");
exit_group(ret);
+ return 1;
}
--
2.4.3
More information about the CRIU
mailing list