summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid von Oheimb <David.von.Oheimb@siemens.com>2018-06-11 11:02:57 +0200
committerRichard Levitte <levitte@openssl.org>2018-06-11 17:01:52 +0200
commitfa92c69aafc40a87c9b0dded9c365348a8ac4b33 (patch)
tree905c4a5761b487f6dad6ae8d022f273b9ddbf5e5
parentbcf2907c685cf1bde9eb92928fad5e85c483563b (diff)
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)
-rw-r--r--util/perl/OpenSSL/Test.pm2
1 files changed, 1 insertions, 1 deletions
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));