diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib1515.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c index d5c8f7d08..11c57aa2f 100644 --- a/tests/libtest/lib1515.c +++ b/tests/libtest/lib1515.c @@ -130,7 +130,7 @@ int test(char *URL) for(i = 1; i <= count; i++) { char target_url[256]; - snprintf(target_url, sizeof(target_url), "http://testserver.example.com:%s%s%04d", port, path, i); + snprintf(target_url, sizeof(target_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))) |