summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-26 10:41:36 +0100
committerMatt Caswell <matt@openssl.org>2019-02-26 10:02:45 +0000
commitf30022cd581200a4c434f0db41b596c42fafd9de (patch)
treee0c3688a311bece6d4bfa62394f33bb2bd16cb35
parentf408e2a352b59f2e7aa2160bfb6285725fe88ea7 (diff)
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)
-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 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;