From: David von Oheimb Date: Mon, 11 Jun 2018 09:02:57 +0000 (+0200) Subject: export data_dir of Test.pm, which was forgotten in #5928 X-Git-Tag: OpenSSL_1_1_1-pre8~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fa92c69aafc40a87c9b0dded9c365348a8ac4b33;p=oweals%2Fopenssl.git export data_dir of Test.pm, which was forgotten in #5928 Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6451) --- diff --git a/util/perl/OpenSSL/Test.pm b/util/perl/OpenSSL/Test.pm index 19141e91ac..d2f8190434 100644 --- a/util/perl/OpenSSL/Test.pm +++ b/util/perl/OpenSSL/Test.pm @@ -20,7 +20,7 @@ $VERSION = "0.8"; perlapp perltest subtest)); @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file srctop_dir srctop_file - data_file + data_file data_dir pipe with cmdstr quotify openssl_versions));