From f30022cd581200a4c434f0db41b596c42fafd9de Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 26 Feb 2019 10:41:36 +0100 Subject: [PATCH] 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) --- test/recipes/90-test_shlibload.t | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1