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:
parent
bcf2907c68
commit
fa92c69aaf
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue