提交 920def74 编写于 作者: R Richard Levitte

Update 90-test-networking.t to do the same checks as other TLSProxy tests

Reviewed-by: NAndy Polyakov <appro@openssl.org>
上级 42e0ccdf
......@@ -59,10 +59,14 @@ use TLSProxy::Proxy;
my $test_name = "test_networking";
setup($test_name);
plan skip_all => "TLSProxy isn't usable on $^O"
if $^O =~ /^VMS$/;
plan skip_all => "$test_name needs the engine feature enabled"
if disabled("engine");
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }
do { local @ARGV = ( bldtop_file("Makefile") ); <> })[0] ne "";
if disabled("shared");
$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册