export data_dir of Test.pm, which was forgotten in #5928

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6451)
This commit is contained in:
David von Oheimb 2018-06-11 11:02:57 +02:00 committed by Richard Levitte
parent bcf2907c68
commit fa92c69aaf

View file

@ -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));