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:
21c7942
)
Fix 90-test_store.t: using config() requires OpenSSL::Test::Utils
author
Richard Levitte
<levitte@openssl.org>
Mon, 4 Sep 2017 10:47:12 +0000
(12:47 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 4 Sep 2017 10:52:32 +0000
(12:52 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4332)
test/recipes/90-test_store.t
patch
|
blob
|
history
diff --git
a/test/recipes/90-test_store.t
b/test/recipes/90-test_store.t
index 9c240a051839272875dab65a812c0a9e5ee37042..7a5433b5c3ee6aee128700b0e98e118e32ecd6f1 100644
(file)
--- a/
test/recipes/90-test_store.t
+++ b/
test/recipes/90-test_store.t
@@
-10,6
+10,7
@@
use File::Spec;
use File::Copy;
use MIME::Base64;
use OpenSSL::Test qw(:DEFAULT srctop_file srctop_dir bldtop_file data_file);
+use OpenSSL::Test::Utils;
my $test_name = "test_store";
setup($test_name);