Skip to content

Commit

Permalink
80-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mo…
Browse files Browse the repository at this point in the history
…ck server

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from #18858)
  • Loading branch information
DDvO committed Jul 26, 2022
1 parent ff1efe6 commit 7a86cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/80-test_cmp_http.t
Expand Up @@ -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) {
Expand Down

0 comments on commit 7a86cb6

Please sign in to comment.