From d1ae34e92d1ae11a9b650e85790a907e5939cdf6 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sat, 28 Apr 2018 23:26:22 +0200 Subject: [PATCH] Use the config file from the source not the host for the tests Fixes: #6046 Reviewed-by: Rich Salz GH: #6125 --- test/run_tests.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run_tests.pl b/test/run_tests.pl index 6343ec7bc3e08..56b5ad11e3deb 100644 --- a/test/run_tests.pl +++ b/test/run_tests.pl @@ -28,6 +28,8 @@ BEGIN 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 ],