提交 45fd6a59 编写于 作者: R Richard Levitte

Fix 90-test_store.t: using config() requires OpenSSL::Test::Utils

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4332)
上级 21c79421
...@@ -10,6 +10,7 @@ use File::Spec; ...@@ -10,6 +10,7 @@ use File::Spec;
use File::Copy; use File::Copy;
use MIME::Base64; use MIME::Base64;
use OpenSSL::Test qw(:DEFAULT srctop_file srctop_dir bldtop_file data_file); use OpenSSL::Test qw(:DEFAULT srctop_file srctop_dir bldtop_file data_file);
use OpenSSL::Test::Utils;
my $test_name = "test_store"; my $test_name = "test_store";
setup($test_name); setup($test_name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册