kernel32/tests: Test for functions should be or-ed.
This commit is contained in:
parent
25301a76e6
commit
5e30e5a0f2
|
@ -851,7 +851,7 @@ START_TEST(console)
|
|||
testCtrlHandler();
|
||||
/* still to be done: access rights & access on objects */
|
||||
|
||||
if (!pGetConsoleInputExeNameA && !pSetConsoleInputExeNameA)
|
||||
if (!pGetConsoleInputExeNameA || !pSetConsoleInputExeNameA)
|
||||
{
|
||||
skip("GetConsoleInputExeNameA and/or SetConsoleInputExeNameA is not available\n");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue