From: Randall S. Becker Date: Thu, 19 May 2022 14:06:49 +0000 (-0600) Subject: Disable 82-test_tfo_cli if tfo is not enabled. X-Git-Tag: openssl-3.2.0-alpha1~2634 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be4b2ed2fbae0efe8d4984d1bfefe5a8e3a45d02;p=thirdparty%2Fopenssl.git Disable 82-test_tfo_cli if tfo is not enabled. Fixes #18306 Signed-off-by: Randall S. Becker Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18351) --- diff --git a/test/recipes/82-test_tfo_cli.t b/test/recipes/82-test_tfo_cli.t index 7fb0f6bf20b..f0699123574 100644 --- a/test/recipes/82-test_tfo_cli.t +++ b/test/recipes/82-test_tfo_cli.t @@ -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");