Remove a check from Test_InheritNothing so it works with CREATE_NO_WINDOW
* With this change, RemoteWorker can default to CREATE_NO_WINDOW instead of CREATE_NEW_CONSOLE, and the tests all still pass.
This commit is contained in:
parent
2b146e9173
commit
bbbea127e9
@ -176,7 +176,6 @@ static void Test_InheritNothing() {
|
||||
CHECK(c.getStdout().value() == p.getStdout().value());
|
||||
CHECK(c.getStderr().value() == p.getStderr().value());
|
||||
// Verify a console is attached.
|
||||
CHECK(c.consoleWindow() != NULL);
|
||||
CHECK(c.openConin().value() != INVALID_HANDLE_VALUE);
|
||||
CHECK(c.openConout().value() != INVALID_HANDLE_VALUE);
|
||||
CHECK(c.newBuffer().value() != INVALID_HANDLE_VALUE);
|
||||
|
Loading…
Reference in New Issue
Block a user