Skip to content
Snippets Groups Projects
Commit a26bb7b2 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

conhost/tests: Wait for child process in test_pseudoconsole.

parent 129149d2
No related branches found
No related tags found
No related merge requests found
......@@ -1277,6 +1277,11 @@ static void test_pseudoconsole(void)
}
else win_skip("Skipping tty output tests on broken Windows version\n");
CloseHandle(child_pipe);
wait_child_process(child_process);
CloseHandle(child_process);
expect_empty_output();
pClosePseudoConsole(console);
CloseHandle(console_pipe_end);
CloseHandle(console_pipe);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment