提交 bec5e4ae 编写于 作者: R Richard Levitte

Don't perform tsa tests if configured "no-ts"

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 1c0e7dad
......@@ -7,9 +7,13 @@ use POSIX;
use File::Spec::Functions qw/splitdir curdir catfile/;
use File::Compare;
use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file/;
use OpenSSL::Test::Utils;
setup("test_tsa");
plan skip_all => "TS is not supported by this OpenSSL build"
if disabled("ts");
# All these are modified inside indir further down. They need to exist
# here, however, to be available in all subroutines.
my $testtsa;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册