Fix no-dso builds
authorMatt Caswell <matt@openssl.org>
Tue, 29 Jan 2019 11:41:32 +0000 (11:41 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 30 Jan 2019 15:30:56 +0000 (15:30 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8111)

(cherry picked from commit 522b11e969cbdc82eca369512275f227080a86fa)

test/recipes/90-test_shlibload.t

index f4bca8b73b57b9a3287437e0e920aa1eb894083e..3420017105553cef241922dd87357db42268f1e7 100644 (file)
@@ -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;