diff --git a/test/process/process_test.cpp b/test/process/process_test.cpp index 701f156b5..f3cabe0a3 100644 --- a/test/process/process_test.cpp +++ b/test/process/process_test.cpp @@ -35,6 +35,7 @@ class ProcessTest : public Test { public: ProcessTest() + : exitStatus_(Process::NotExited), exitCode_(-1) { }