VMS: disable the shlibload test for now
test/shlibloadtest.c needs added code for VMS shared libraries Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8342)
This commit is contained in:
parent
f408e2a352
commit
f30022cd58
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue