VMS perl doesn't implement fork(), so don't run the TLSProxy tests there
[openssl.git] / test / recipes / 70-test_tlsextms.t
index cdda7f8c7f504980fb474c11d8c9882f24e820ee..763f7e8304dd10864b8799fea209e7d0a1f5895d 100644 (file)
@@ -60,6 +60,9 @@ use File::Temp qw(tempfile);
 my $test_name = "test_tlsextms";
 setup($test_name);
 
+plan skip_all => "TLSProxy isn't usable on $^O"
+    if $^O =~ /^VMS$/;
+
 plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
     unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
         grep { /^SHARED_LIBS=/ }