]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/80-test_cmp_http.t
80-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock server
[thirdparty/openssl.git] / test / recipes / 80-test_cmp_http.t
index 02ec2bb9a4931bbb08b8db21305704ee6b774506..a8354a0c153153cc63d90441f9b3594e0e04ed67 100644 (file)
@@ -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) {