From 16254af818095216e10aee4d9032a8def3ac3344 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 5 Jun 2020 19:23:31 +0200 Subject: [PATCH] secur32/tests: Update for new WineHQ certificate. Signed-off-by: Alexandre Julliard --- dlls/secur32/tests/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c index d51583d665f..30022437bc0 100644 --- a/dlls/secur32/tests/schannel.c +++ b/dlls/secur32/tests/schannel.c @@ -564,7 +564,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert) cert_cnt++; } - ok(cert_cnt == 4, "cert_cnt = %u\n", cert_cnt); + ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt); ok(incl_remote, "context does not contain cert itself\n"); }