]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Disable 82-test_tfo_cli if tfo is not enabled.
authorRandall S. Becker <rsbecker@nexbridge.com>
Thu, 19 May 2022 14:06:49 +0000 (08:06 -0600)
committerPauli <pauli@openssl.org>
Mon, 23 May 2022 00:08:38 +0000 (10:08 +1000)
Fixes #18306

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18351)

test/recipes/82-test_tfo_cli.t

index 7fb0f6bf20bbd5a92eba69f1f3eee0b359eeb15d..f0699123574f62715860bce0d777b77f13daf1ff 100644 (file)
@@ -15,6 +15,7 @@ use OpenSSL::Test::Utils;
 
 setup("test_tfo");
 
+plan skip_all => "test_tfo_cli needs tfo enabled" if disabled("tfo");
 plan skip_all => "test_tfo_cli needs sock enabled" if disabled("sock");
 plan skip_all => "test_tfo_cli needs tls < 1.3 enabled"
     if disabled("tls1") && disabled("tls1_1") && disabled("tls1_2");