Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-13 05:53:47 +0300
committerRichard Levitte <levitte@openssl.org>2016-01-13 21:00:14 +0300
commit60f9f1e1c821eea5bf6969e6eee578b1f0eccf9d (patch)
tree6440282ab679f2f7734b9bd17064018d2964795a /test/recipes/70-test_sslcertstatus.t
parentbdb1d0c24b3df3e2253cd8289cd619093524464e (diff)
VMS perl doesn't implement fork(), so don't run the TLSProxy tests there
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'test/recipes/70-test_sslcertstatus.t')
-rwxr-xr-xtest/recipes/70-test_sslcertstatus.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslcertstatus.t b/test/recipes/70-test_sslcertstatus.t
index 32e2680a68..0be0ccbd62 100755
--- a/test/recipes/70-test_sslcertstatus.t
+++ b/test/recipes/70-test_sslcertstatus.t
@@ -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=/ }