From f9e550341281b0d344f7a5e7ac2ace79f88a3184 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 21 Mar 2016 15:32:40 +0000 Subject: Fix no-sock Misc fixes for no-sock Reviewed-by: Richard Levitte --- test/recipes/90-test_networking.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/recipes/90-test_networking.t') diff --git a/test/recipes/90-test_networking.t b/test/recipes/90-test_networking.t index 5d876ca51c..408d89af6a 100644 --- a/test/recipes/90-test_networking.t +++ b/test/recipes/90-test_networking.t @@ -66,6 +66,9 @@ plan skip_all => "TLSProxy isn't usable on $^O" plan skip_all => "$test_name needs the dynamic engine feature enabled" if disabled("engine") || disabled("dynamic-engine"); +plan skip_all => "$test_name needs the sock feature enabled" + if disabled("sock"); + $ENV{OPENSSL_ia32cap} = '~0x200000200000000'; my $proxy = TLSProxy::Proxy->new( -- cgit v1.2.3