VMS: disable the shlibload test for now
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Feb 2019 09:41:36 +0000 (10:41 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 26 Feb 2019 10:02:45 +0000 (10:02 +0000)
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)

test/recipes/90-test_shlibload.t

index 3420017105553cef241922dd87357db42268f1e7..9c51ca98aacb451b0675822d845fb8a99d199971 100644 (file)
@@ -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;