aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1515.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1515.c')
-rw-r--r--tests/libtest/lib1515.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c
index aeaf6b25e..7763c2233 100644
--- a/tests/libtest/lib1515.c
+++ b/tests/libtest/lib1515.c
@@ -136,7 +136,8 @@ int test(char *URL)
"http://testserver.example.com:%s/%s%04d", port, path, i);
/* second request must succeed like the first one */
- if((res = do_one_request(multi, target_url, dns_entry)))
+ res = do_one_request(multi, target_url, dns_entry);
+ if(res)
goto test_cleanup;
if(i < count)