Centralise Environment Variables for the tests
[openssl.git] / test / recipes / 90-test_sslprovider.t
index 793756bc6d73c9958d2f1db77f9a6e82257c60ca..1a2a28557eed6a01879bb812f3106f5e26d96a1a 100644 (file)
@@ -23,9 +23,6 @@ plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build"
 
 plan tests => 3;
 
-$ENV{OPENSSL_MODULES} = bldtop_dir("providers");
-$ENV{OPENSSL_CONF_INCLUDE} = bldtop_dir("providers");
-
 SKIP: {
     skip "Skipping FIPS installation", 1
         if disabled("fips");