secur32/tests: Use skip when functions are not available.

This commit is contained in:
Paul Vriens 2007-07-05 15:18:20 +02:00 committed by Alexandre Julliard
parent 21492e4904
commit fe7e83fd0c

View file

@ -1282,7 +1282,9 @@ START_TEST(ntlm)
testSignSeal();
test_cred_multiple_use();
}
}
else
skip("Needed functions are not available\n");
if(secdll)
FreeLibrary(secdll);