secur32/tests: Use skip when functions are not available.
This commit is contained in:
parent
21492e4904
commit
fe7e83fd0c
|
@ -1282,7 +1282,9 @@ START_TEST(ntlm)
|
|||
testSignSeal();
|
||||
|
||||
test_cred_multiple_use();
|
||||
}
|
||||
}
|
||||
else
|
||||
skip("Needed functions are not available\n");
|
||||
|
||||
if(secdll)
|
||||
FreeLibrary(secdll);
|
||||
|
|
Loading…
Reference in New Issue