80-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 10 May 2021 14:27:13 +0000 (16:27 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 11 May 2021 19:25:10 +0000 (21:25 +0200)
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)

test/recipes/80-test_cmp_http.t

index 5b9796e6ee7a0e6c95ef46a2faba2e4c6261c021..7bb720a823667ef41b1cae99e87faf6a4c37b863 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|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");