From fa92c69aafc40a87c9b0dded9c365348a8ac4b33 Mon Sep 17 00:00:00 2001 From: David von Oheimb Date: Mon, 11 Jun 2018 11:02:57 +0200 Subject: [PATCH] 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) --- util/perl/OpenSSL/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.34.1