From: Matt Caswell Date: Tue, 29 Jan 2019 11:41:32 +0000 (+0000) Subject: Fix no-dso builds X-Git-Tag: OpenSSL_1_1_1b~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6d6d64570fe6bf3078c5bc4a35c1d509ef1ee15;p=oweals%2Fopenssl.git Fix no-dso builds Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8111) (cherry picked from commit 522b11e969cbdc82eca369512275f227080a86fa) --- diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t index f4bca8b73b..3420017105 100644 --- a/test/recipes/90-test_shlibload.t +++ b/test/recipes/90-test_shlibload.t @@ -20,6 +20,7 @@ use configdata; plan skip_all => "Test only supported in a shared build" if disabled("shared"); plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|; +plan skip_all => "Test only supported in a dso build" if disabled("dso"); plan tests => 10;