VMS perl doesn't implement fork(), so don't run the TLSProxy tests there
[openssl.git] / test / recipes / 70-test_sslcertstatus.t
index 32e2680a68b5e6f9814e857ae59b0379ffaca109..0be0ccbd62e79461dc40c139b067c033c388d023 100755 (executable)
@@ -59,6 +59,9 @@ use TLSProxy::Proxy;
 my $test_name = "test_sslcertstatus";
 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=/ }