mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
80-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!
This now correctly fixes #14966. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15217)
This commit is contained in:
parent
c7978e506b
commit
c6b7239072
@ -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|fuzz-afl/;
|
||||
if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
|
||||
|
||||
plan skip_all => "These tests are not supported in a no-cmp build"
|
||||
if disabled("cmp");
|
||||
|
Loading…
x
Reference in New Issue
Block a user