Commit f30022cd authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

VMS: disable the shlibload test for now



test/shlibloadtest.c needs added code for VMS shared libraries

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8342)
parent f408e2a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 is disabled on VMS" if config('target') =~ m|^vms|;
plan skip_all => "Test only supported in a dso build" if disabled("dso");

plan tests => 10;