aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslsessiontick.t
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-01-25 15:48:35 +0100
committerRichard Levitte <richard@levitte.org>2016-01-25 17:53:55 +0100
commit83365051f5d91dece1973016dbdd6ce7541a5bcf (patch)
treea752b7cfd97211b091f643b132763a753147880a /test/recipes/70-test_sslsessiontick.t
parentdc193c9c5e914c74fd0f51fe4fe86fbd5910536e (diff)
downloadopenssl-83365051f5d91dece1973016dbdd6ce7541a5bcf.zip
openssl-83365051f5d91dece1973016dbdd6ce7541a5bcf.tar.gz
openssl-83365051f5d91dece1973016dbdd6ce7541a5bcf.tar.bz2
Make tests use configdata.pm rather than parsing Makefile
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/70-test_sslsessiontick.t')
-rwxr-xr-xtest/recipes/70-test_sslsessiontick.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/recipes/70-test_sslsessiontick.t b/test/recipes/70-test_sslsessiontick.t
index 84fc4df..84ab661 100755
--- a/test/recipes/70-test_sslsessiontick.t
+++ b/test/recipes/70-test_sslsessiontick.t
@@ -68,9 +68,7 @@ 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 = ( top_file("Makefile") ); <> })[0] ne "";
+ if config("no_shared");
$ENV{OPENSSL_ENGINES} = top_dir("engines");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';