diff options
author | Richard Levitte <richard@levitte.org> | 2016-01-25 15:48:35 +0100 |
---|---|---|
committer | Richard Levitte <richard@levitte.org> | 2016-01-25 17:53:55 +0100 |
commit | 83365051f5d91dece1973016dbdd6ce7541a5bcf (patch) | |
tree | a752b7cfd97211b091f643b132763a753147880a /test/recipes/70-test_sslcertstatus.t | |
parent | Move & split opensslconf.h.in (diff) | |
download | openssl-83365051f5d91dece1973016dbdd6ce7541a5bcf.tar.xz openssl-83365051f5d91dece1973016dbdd6ce7541a5bcf.zip |
Make tests use configdata.pm rather than parsing Makefile
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/70-test_sslcertstatus.t')
-rwxr-xr-x | test/recipes/70-test_sslcertstatus.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/recipes/70-test_sslcertstatus.t b/test/recipes/70-test_sslcertstatus.t index 65a5ec1f22..f7c6363cbb 100755 --- a/test/recipes/70-test_sslcertstatus.t +++ b/test/recipes/70-test_sslcertstatus.t @@ -67,9 +67,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'; |