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:26:48 +0000 (15:26 +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)

test/recipes/90-test_shlibload.t

index 1f097edaf65103eaff06999f6200cf13935d2fe0..fee56cd25463eace839e9a7e0aa06dd785da5af1 100644 (file)
@@ -21,6 +21,7 @@ use platform;
 
 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;