summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_sslskewith0p.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-13 03:53:47 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-13 19:00:14 +0100
commit60f9f1e1c821eea5bf6969e6eee578b1f0eccf9d (patch)
tree6440282ab679f2f7734b9bd17064018d2964795a /test/recipes/70-test_sslskewith0p.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_sslskewith0p.t')
-rwxr-xr-xtest/recipes/70-test_sslskewith0p.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslskewith0p.t b/test/recipes/70-test_sslskewith0p.t
index b3c5dc1d38..b20157f391 100755
--- a/test/recipes/70-test_sslskewith0p.t
+++ b/test/recipes/70-test_sslskewith0p.t
@@ -60,6 +60,9 @@ use TLSProxy::Proxy;
my $test_name = "test_sslskewith0p";
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=/ }