From cce889089e19ffaaa8b15e9e809122f72768620d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 2 Aug 2025 11:34:12 +0200 Subject: [PATCH] ws --- tests/libtest/lib1156.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib1156.c b/tests/libtest/lib1156.c index dd2be989db..07f8e46a04 100644 --- a/tests/libtest/lib1156.c +++ b/tests/libtest/lib1156.c @@ -98,7 +98,7 @@ static int onetest(CURL *curl, const char *url, const struct testparams *p, test_setopt(curl, CURLOPT_VERBOSE, 1L); test_setopt(curl, CURLOPT_RESUME_FROM, (p->flags & F_RESUME) ? 3L : 0L); test_setopt(curl, CURLOPT_RANGE, !(p->flags & F_RESUME) ? - "3-1000000": (char *) NULL); + "3-1000000": (char *)NULL); test_setopt(curl, CURLOPT_FAILONERROR, (p->flags & F_FAIL) ? 1L : 0L); hasbody = 0; res = curl_easy_perform(curl);