summaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslrecords.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-03-07 16:21:38 +0000
committerMatt Caswell <matt@openssl.org>2017-03-07 16:41:25 +0000
commit75e314f2d573d4f984ff6a371be7a4966bf5f4c5 (patch)
treecb0e38b2f760ee6052392d92bbaf85b154297add /test/recipes/70-test_sslrecords.t
parent774c909bc9bba503bd3657c5d89a9b689c4da2f3 (diff)
downloadopenssl-new-75e314f2d573d4f984ff6a371be7a4966bf5f4c5.tar.gz
Fix the number of tests to skip if TLSv1.3 is disabled
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2875)
Diffstat (limited to 'test/recipes/70-test_sslrecords.t')
-rw-r--r--test/recipes/70-test_sslrecords.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index 135f76fa11..ee49cb3f85 100644
--- a/test/recipes/70-test_sslrecords.t
+++ b/test/recipes/70-test_sslrecords.t
@@ -147,7 +147,7 @@ ok(TLSProxy::Message->fail(), "Changed record version in TLS1.2");
#TLS1.3 specific tests
SKIP: {
- skip "TLSv1.3 disabled", 4 if disabled("tls1_3");
+ skip "TLSv1.3 disabled", 6 if disabled("tls1_3");
#Test 13: Sending a different record version in TLS1.3 should succeed
$proxy->clear();