Skip to content

Commit

Permalink
Use the config file from the source not the host for the tests
Browse files Browse the repository at this point in the history
Fixes: openssl#6046

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

GH: openssl#6125
  • Loading branch information
kroeckx committed Apr 30, 2018
1 parent 06444da commit d1ae34e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run_tests.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit d1ae34e

Please sign in to comment.