diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-10-12 18:00:05 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-10-13 09:07:02 +0300 |
commit | c8b0bf5627c20f6681ec9207ad4b30d84ef825e9 (patch) | |
tree | c5ec2b87c00e26d1bb8019701fb41a03d22c6b63 | |
parent | 6e95c305e4f0a3b0c33d8d4db7db8058f998e089 (diff) | |
download | libmicrohttpd-c8b0bf5627c20f6681ec9207ad4b30d84ef825e9.tar.gz libmicrohttpd-c8b0bf5627c20f6681ec9207ad4b30d84ef825e9.zip |
testcurl/https/Makefile.am: removed bad whitespace
-rw-r--r-- | src/testcurl/https/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
29 | endif | 29 | endif |
30 | 30 | ||
31 | if HAVE_POSIX_THREADS | 31 | if HAVE_POSIX_THREADS |
32 | HTTPS_PARALLEL_TESTS = \ | 32 | HTTPS_PARALLEL_TESTS = \ |
33 | test_https_get_parallel \ | 33 | test_https_get_parallel \ |
34 | test_https_get_parallel_threads | 34 | test_https_get_parallel_threads |
35 | endif | 35 | endif |