summaryrefslogtreecommitdiffstats
path: root/test/generate_ssl_tests.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-21 13:26:33 -0400
committerTomas Mraz <tomas@openssl.org>2021-06-15 12:36:51 +0200
commitf4752e88272933777dbdbda31d00b388fa5a8e2d (patch)
treecac20c191b6964ce9cab26738abc4e2c58f1d487 /test/generate_ssl_tests.pl
parent60d13c8ff824720580db9665489832fb50f9e60a (diff)
Move AllowClientRenegotiation tests
Move them from test_renegotiation to renegotiation in ssl_new Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15415)
Diffstat (limited to 'test/generate_ssl_tests.pl')
-rw-r--r--test/generate_ssl_tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/generate_ssl_tests.pl b/test/generate_ssl_tests.pl
index 1783d1729e..defe3c745b 100644
--- a/test/generate_ssl_tests.pl
+++ b/test/generate_ssl_tests.pl
@@ -30,7 +30,7 @@ BEGIN {
#Input file may be relative to cwd, but setup below changes the cwd, so
#figure out the absolute path first
$input_file = abs_path(shift);
- $provider = shift;
+ $provider = shift // '';
OpenSSL::Test::setup("no_test_here", quiet => 1);
}