Don't perform tsa tests if configured "no-ts"
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
1c0e7dadab
commit
bec5e4ae0d
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue