Run the TLSProxy based tests as long as dynamic engines are built.
[openssl.git] / test / recipes / 70-test_tlsextms.t
index 022b3a8d6c5f643b8192ef801ac2aa2123761257..27b5347feb8dab245cdcefb27b149d5cc6d0a81b 100644 (file)
@@ -64,11 +64,8 @@ setup($test_name);
 plan skip_all => "TLSProxy isn't usable on $^O"
     if $^O =~ /^VMS$/;
 
-plan skip_all => "$test_name needs the engine feature enabled"
-    if disabled("engine");
-
-plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
-    if disabled("shared");
+plan skip_all => "$test_name needs the dynamic engine feature enabled"
+    if disabled("engine") || disabled("dynamic_engines");
 
 $ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';