aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_iovec.c')
-rw-r--r--src/testcurl/https/test_https_get_iovec.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c
index 90ed5a07..d4e5821e 100644
--- a/src/testcurl/https/test_https_get_iovec.c
+++ b/src/testcurl/https/test_https_get_iovec.c
@@ -161,9 +161,9 @@ test_iovec_transfer (void *cls,
161 cbc.size = len; 161 cbc.size = len;
162 cbc.pos = 0; 162 cbc.pos = 0;
163 163
164 if (gen_test_file_url (url, 164 if (gen_test_uri (url,
165 sizeof (url), 165 sizeof (url),
166 port)) 166 port))
167 { 167 {
168 ret = 1; 168 ret = 1;
169 goto cleanup; 169 goto cleanup;
@@ -176,7 +176,6 @@ test_iovec_transfer (void *cls,
176 goto cleanup; 176 goto cleanup;
177 } 177 }
178 178
179 /* compare test file & daemon response */
180 if ((cbc.pos != TESTSTR_SIZE) || 179 if ((cbc.pos != TESTSTR_SIZE) ||
181 (0 != check_read_data (cbc.buf, cbc.pos))) 180 (0 != check_read_data (cbc.buf, cbc.pos)))
182 { 181 {