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:
1c0e7da
)
Don't perform tsa tests if configured "no-ts"
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 00:01:52 +0000
(
01:01
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 00:25:37 +0000
(
01:25
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/recipes/80-test_tsa.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_tsa.t
b/test/recipes/80-test_tsa.t
index 477de2db2ac815296a17a765ed3e7b326a9d481f..6785698c50dbc982c6ddac7324a3a20a453b3272 100644
(file)
--- a/
test/recipes/80-test_tsa.t
+++ b/
test/recipes/80-test_tsa.t
@@
-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;