From: Kurt Roeckx Date: Sat, 28 Apr 2018 21:26:22 +0000 (+0200) Subject: Use the config file from the source not the host for the tests X-Git-Tag: OpenSSL_1_1_1-pre6~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1ae34e92d1ae11a9b650e85790a907e5939cdf6;p=oweals%2Fopenssl.git Use the config file from the source not the host for the tests Fixes: #6046 Reviewed-by: Rich Salz GH: #6125 --- diff --git a/test/run_tests.pl b/test/run_tests.pl index 6343ec7bc3..56b5ad11e3 100644 --- a/test/run_tests.pl +++ b/test/run_tests.pl @@ -28,6 +28,8 @@ my $bldtop = $ENV{BLDTOP} || $ENV{TOP}; my $recipesdir = catdir($srctop, "test", "recipes"); my $libdir = rel2abs(catdir($srctop, "util", "perl")); +$ENV{OPENSSL_CONF} = catdir($srctop, "apps", "openssl.cnf"); + my %tapargs = ( verbosity => $ENV{VERBOSE} || $ENV{V} || $ENV{HARNESS_VERBOSE} ? 1 : 0, lib => [ $libdir ],