mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Use the config file from the source not the host for the tests
Fixes: #6046 Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #6125
This commit is contained in:
parent
06444da464
commit
d1ae34e92d
@ -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 ],
|
||||
|
Loading…
Reference in New Issue
Block a user