summaryrefslogtreecommitdiff
path: root/tests/libtest
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-07 13:16:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-07 23:54:54 +0200
commit48b0cca65e950f79bc31eec1eb64409b295a4579 (patch)
tree3524ffd6f67437e04ea09bc96b7c1d4c130bc09a /tests/libtest
parent32311d2d15a8aabe520a93fafa932268678742af (diff)
downloadcurl-48b0cca65e950f79bc31eec1eb64409b295a4579.tar.gz
test500: adjust to work with hyper mode
Diffstat (limited to 'tests/libtest')
-rw-r--r--tests/libtest/lib500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c
index d3b4b60f7..5bb0cff44 100644
--- a/tests/libtest/lib500.c
+++ b/tests/libtest/lib500.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -101,7 +101,7 @@ int test(char *URL)
curl_off_t time_pretransfer;
curl_off_t time_starttransfer;
curl_off_t time_total;
- fprintf(moo, "IP: %s\n", ipstr);
+ fprintf(moo, "IP %s\n", ipstr);
curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME_T, &time_namelookup);
curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME_T, &time_connect);
curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME_T,