summaryrefslogtreecommitdiffstats
path: root/test/generate_ssl_tests.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-11-03 21:43:07 +0100
committerRichard Levitte <levitte@openssl.org>2017-11-05 22:58:10 +0100
commit470a601705673102b9d33359408bef6334f07078 (patch)
tree56d86f143e681d1d52c4d9bab5d4646976807bbe /test/generate_ssl_tests.pl
parentb81cfa07ada850fd287d0a0c82ba280907f18ce7 (diff)
Consolidate the locations where we have our internal perl modules
Instead of having perl modules under test/testlib and util, consolidate them all to be inside util/perl. (this is an adaptation of the part of #4069 that wasn't included in #4666) Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4667)
Diffstat (limited to 'test/generate_ssl_tests.pl')
-rw-r--r--test/generate_ssl_tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/generate_ssl_tests.pl b/test/generate_ssl_tests.pl
index fd785b7bc6..47a328c80d 100644
--- a/test/generate_ssl_tests.pl
+++ b/test/generate_ssl_tests.pl
@@ -22,7 +22,7 @@ BEGIN {
OpenSSL::Test::setup("no_test_here");
}
-use lib srctop_dir("util"); # for with_fallback
+use lib srctop_dir("util", "perl"); # for with_fallback
use lib srctop_dir("test", "ssl-tests"); # for ssltests_base
use with_fallback qw(Text::Template);