summaryrefslogtreecommitdiffstats
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:30:56 +0000
commita6d6d64570fe6bf3078c5bc4a35c1d509ef1ee15 (patch)
tree0019b70f8aebdd2a4aff9b1f17d5dd55ac4d21e9 /test
parent9ed9875f0599babfb34bc52c17455765dfc0ac42 (diff)
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) (cherry picked from commit 522b11e969cbdc82eca369512275f227080a86fa)
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 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;