commit 288b02ad91430247534a81e17812864fd355010a
parent 0913234c221bbd0faee74633acd00ed7253f08f7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 10 Oct 2022 08:59:03 +0300
test_https_get_parallel_threads: removed libcurl-GnuTLS requirement
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c
@@ -162,12 +162,6 @@ main (int argc, char *const *argv)
curl_global_cleanup ();
return 77;
}
- if (! curl_tls_is_gnutls ())
- {
- fprintf (stderr, "This test can be run only with libcurl-gnutls.\n");
- curl_global_cleanup ();
- return 77;
- }
errorCount +=
test_wrap ("multi threaded daemon, single client", &test_single_client,