kernel32/tests: Test for functions should be or-ed.

This commit is contained in:
Paul Vriens 2007-12-05 14:22:05 +01:00 committed by Alexandre Julliard
parent 25301a76e6
commit 5e30e5a0f2
1 changed files with 1 additions and 1 deletions

View File

@ -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;