Use the new OpenSSL::Test::Utils routines.
[openssl.git] / test / recipes / 70-test_tlsextms.t
index a861064ee155dd9ad9c5dca2435be7c5fe635ec5..8e3b41434ec73b8c79ccc72019c4b71ca3670f23 100644 (file)
@@ -68,7 +68,7 @@ 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 config("no_shared");
+    if disabled("shared");
 
 $ENV{OPENSSL_ENGINES} = top_dir("engines");
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';