From c8b0bf5627c20f6681ec9207ad4b30d84ef825e9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 12 Oct 2022 18:00:05 +0300 Subject: [PATCH] testcurl/https/Makefile.am: removed bad whitespace --- src/testcurl/https/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am index 77f80017..c3db4dba 100644 --- a/src/testcurl/https/Makefile.am +++ b/src/testcurl/https/Makefile.am @@ -29,7 +29,7 @@ if HAVE_GNUTLS_SNI endif if HAVE_POSIX_THREADS - HTTPS_PARALLEL_TESTS = \ +HTTPS_PARALLEL_TESTS = \ test_https_get_parallel \ test_https_get_parallel_threads endif