aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-01-29 11:41:32 +0000
committerMatt Caswell <matt@openssl.org>2019-01-30 15:26:48 +0000
commit522b11e969cbdc82eca369512275f227080a86fa (patch)
tree5b8f3433559d42011a8b6fcbb01ff22da3b71d4f /test
parentfa6b1ee1115c1e5e3a8286d833dcbaa2c1ce2b77 (diff)
downloadopenssl-522b11e969cbdc82eca369512275f227080a86fa.tar.gz
Fix no-dso builds
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)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/90-test_shlibload.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t
index 1f097edaf6..fee56cd254 100644
--- a/test/recipes/90-test_shlibload.t
+++ b/test/recipes/90-test_shlibload.t
@@ -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;