VMS: disable the shlibload test for now
[openssl.git] / 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;