From b273fcc565fbe90b1f9d2526640fcc55832bbeb6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 4 May 2016 10:13:15 +0100 Subject: Fix the no-tls option The TLSProxy based tests don't work when TLS is disabled so we shouldn't run them. Reviewed-by: Richard Levitte --- test/recipes/70-test_sslextension.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/recipes/70-test_sslextension.t') diff --git a/test/recipes/70-test_sslextension.t b/test/recipes/70-test_sslextension.t index a39320b31a..1084c9674d 100755 --- a/test/recipes/70-test_sslextension.t +++ b/test/recipes/70-test_sslextension.t @@ -23,6 +23,9 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled" plan skip_all => "$test_name needs the sock feature enabled" if disabled("sock"); +plan skip_all => "$test_name needs TLS enabled" + if alldisabled(available_protocols("tls")); + $ENV{OPENSSL_ia32cap} = '~0x200000200000000'; my $proxy = TLSProxy::Proxy->new( \&extension_filter, -- cgit v1.2.3