diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel_threads.c')
-rw-r--r-- | src/testcurl/https/test_https_get_parallel_threads.c | 6 |
1 files 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 index 2da6ed9e..c7fb1e88 100644 --- 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) | |||
162 | curl_global_cleanup (); | 162 | curl_global_cleanup (); |
163 | return 77; | 163 | return 77; |
164 | } | 164 | } |
165 | if (! curl_tls_is_gnutls ()) | ||
166 | { | ||
167 | fprintf (stderr, "This test can be run only with libcurl-gnutls.\n"); | ||
168 | curl_global_cleanup (); | ||
169 | return 77; | ||
170 | } | ||
171 | 165 | ||
172 | errorCount += | 166 | errorCount += |
173 | test_wrap ("multi threaded daemon, single client", &test_single_client, | 167 | test_wrap ("multi threaded daemon, single client", &test_single_client, |