projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf2907
)
export data_dir of Test.pm, which was forgotten in #5928
author
David von Oheimb
<David.von.Oheimb@siemens.com>
Mon, 11 Jun 2018 09:02:57 +0000
(11:02 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 11 Jun 2018 15:01:52 +0000
(17:01 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6451)
util/perl/OpenSSL/Test.pm
patch
|
blob
|
history
diff --git
a/util/perl/OpenSSL/Test.pm
b/util/perl/OpenSSL/Test.pm
index 19141e91acfa44daeaf479eb53ccb71edab68dba..d2f819043446e066f5a045430532eb943f74ff40 100644
(file)
--- 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));