X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F02-test_internal_provider.t;h=615d17a8d905cdc2e4d3d53f57d419baabd81cbd;hp=8275eb2725f67d7303348f20c0739a181158a04d;hb=31b28ad96aa841ae39d4009ebb15d90f2a2afdab;hpb=021a65527735af2ddc063d9300138660e3782a15 diff --git a/test/recipes/02-test_internal_provider.t b/test/recipes/02-test_internal_provider.t index 8275eb2725..615d17a8d9 100644 --- a/test/recipes/02-test_internal_provider.t +++ b/test/recipes/02-test_internal_provider.t @@ -7,12 +7,13 @@ # https://www.openssl.org/source/license.html use strict; -use OpenSSL::Test qw(:DEFAULT bldtop_dir); +use OpenSSL::Test qw(:DEFAULT bldtop_dir bldtop_file); use OpenSSL::Test::Simple; use OpenSSL::Test::Utils; setup("test_internal_provider"); -$ENV{"OPENSSL_MODULES"} = bldtop_dir("test"); +$ENV{OPENSSL_MODULES} = bldtop_dir("test"); +$ENV{OPENSSL_CONF} = bldtop_file("test", "provider_internal_test.conf"); simple_test("test_internal_provider", "provider_internal_test");