80-test_cmp_http.t: Improve fuzzing exclusion pattern
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 5 May 2021 10:32:18 +0000 (12:32 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Sat, 8 May 2021 13:01:06 +0000 (15:01 +0200)
Fixes #14966

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15158)

test/recipes/80-test_cmp_http.t

index bfae899040b8452d1270266e1e7bb70c6af3132c..5b9796e6ee7a0e6c95ef46a2faba2e4c6261c021 100644 (file)
@@ -22,7 +22,7 @@ use lib srctop_dir('Configurations');
 use lib bldtop_dir('.');
 
 plan skip_all => "These tests are not supported in a fuzz build"
-    if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION/;
+    if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|fuzz-afl/;
 
 plan skip_all => "These tests are not supported in a no-cmp build"
     if disabled("cmp");