From: Dr. David von Oheimb Date: Sun, 24 Jul 2022 20:44:13 +0000 (+0200) Subject: 80-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock server X-Git-Tag: openssl-3.2.0-alpha1~2333 X-Git-Url: https://git.openssl.org/?a=commitdiff_plain;h=7a86cb69830bf0a8845cd17e606f612109c7564b;p=openssl.git 80-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock server Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/18858) --- diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t index 02ec2bb9a4..a8354a0c15 100644 --- a/test/recipes/80-test_cmp_http.t +++ b/test/recipes/80-test_cmp_http.t @@ -171,7 +171,7 @@ sub test_cmp_http_aspect { indir data_dir() => sub { plan tests => 1 + @server_configurations * @all_aspects - + (grep(/^Mock$/, @server_configurations) + - (grep(/^Mock$/, @server_configurations) && grep(/^certstatus$/, @all_aspects)); foreach my $server_name (@server_configurations) {