Fix no-sock
[openssl.git] / test / recipes / 70-test_sslsessiontick.t
index caab77745e46d64c87f7584906ee6e0aa953182f..704573881c9d037aa5fe5f8e42fc9ee6f0109c6a 100755 (executable)
@@ -67,6 +67,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';
 
 sub checkmessages($$$$$$);