test: silence compiler warning

This commit is contained in:
Ben Noordhuis 2012-05-11 18:48:32 +02:00
parent aeb580ddb9
commit cd69ea9105

View File

@ -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. */