summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-05 12:32:18 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-08 15:01:06 +0200
commitab9d1af955ef71c0000bc27140623481a003d35c (patch)
tree685e8c286a6b6fc06e07b832e7ca7ebbac395cb7 /test
parentb33cf2026368ff7e407ad8d69ac75c1901c9f8f0 (diff)
80-test_cmp_http.t: Improve fuzzing exclusion pattern
Fixes #14966 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15158)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_cmp_http.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t
index bfae899040..5b9796e6ee 100644
--- a/test/recipes/80-test_cmp_http.t
+++ b/test/recipes/80-test_cmp_http.t
@@ -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");