Fix race for X509 store found by thread sanitizer
[openssl.git] / test / recipes / 90-test_sslapi.t
index 9e9e32b51e52d32ca26d1ee4666f92ad1c2b2176..18d9f3d204fb8887aa0f01317c1e0dfc7619d1d2 100644 (file)
@@ -33,7 +33,7 @@ my $provconfnew = bldtop_file("test", "temp.cnf");
 plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build"
     if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
 
-plan tests => 3;
+plan tests => 4;
 
 (undef, my $tmpfilename) = tempfile();
 
@@ -140,4 +140,6 @@ SKIP: {
     unlink $provconfnew;
 }
 
+ok(run(test(["ssl_handshake_rtt_test"])),"running ssl_handshake_rtt_test");
+
 unlink $tmpfilename;