Commit d1ae34e9 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Use the config file from the source not the host for the tests



Fixes: #6046

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>

GH: #6125
parent 06444da4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ],