Commit a26bb7b2 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

conhost/tests: Wait for child process in test_pseudoconsole.

parent 129149d2
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment