From: Richard Levitte Date: Tue, 26 Feb 2019 09:41:36 +0000 (+0100) Subject: VMS: disable the shlibload test for now X-Git-Tag: OpenSSL_1_1_1b~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f30022cd581200a4c434f0db41b596c42fafd9de;p=oweals%2Fopenssl.git VMS: disable the shlibload test for now test/shlibloadtest.c needs added code for VMS shared libraries Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8342) --- diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t index 3420017105..9c51ca98aa 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 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;