From cd69ea910558297e7a26fc70de54d78791f4ca5d Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 11 May 2012 18:48:32 +0200 Subject: [PATCH] test: silence compiler warning --- test/runner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner.c b/test/runner.c index 73570fc3..d4903379 100644 --- a/test/runner.c +++ b/test/runner.c @@ -86,6 +86,7 @@ int run_test(const char* test, int timeout, int benchmark_output) { int i; status = 255; + main_proc = NULL; process_count = 0; /* If it's a helper the user asks for, start it directly. */