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();
|
testCtrlHandler();
|
||||||
/* still to be done: access rights & access on objects */
|
/* still to be done: access rights & access on objects */
|
||||||
|
|
||||||
if (!pGetConsoleInputExeNameA && !pSetConsoleInputExeNameA)
|
if (!pGetConsoleInputExeNameA || !pSetConsoleInputExeNameA)
|
||||||
{
|
{
|
||||||
skip("GetConsoleInputExeNameA and/or SetConsoleInputExeNameA is not available\n");
|
skip("GetConsoleInputExeNameA and/or SetConsoleInputExeNameA is not available\n");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue