[CRIU] [PATCH 4/4] zdtm: Remove ZDTM_REEXEC
Pavel Emelyanov
xemul at parallels.com
Mon Nov 30 11:39:27 PST 2015
This thing existed for mountpoints test, not it's gone.
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
test/zdtm/lib/test.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/test/zdtm/lib/test.c b/test/zdtm/lib/test.c
index bb1f0b6..45a0f9f 100644
--- a/test/zdtm/lib/test.c
+++ b/test/zdtm/lib/test.c
@@ -169,9 +169,6 @@ void test_init(int argc, char **argv)
setup_outfile();
redir_stdfds();
- if (getenv("ZDTM_REEXEC"))
- goto skip_pid;
-
pidf = fopen(pidfile, "wx");
if (!pidf) {
pr_perror("Can't create pid file %s", pidfile);
--
1.9.3
More information about the CRIU
mailing list