diff options
Diffstat (limited to 'tests/libtest/lib1550.c')
-rw-r--r-- | tests/libtest/lib1550.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib1550.c b/tests/libtest/lib1550.c index d3e17e4fe..dd1d50345 100644 --- a/tests/libtest/lib1550.c +++ b/tests/libtest/lib1550.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at https://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -32,7 +32,7 @@ int test(char *URL) static const char * const bl_servers[] = {"Microsoft-IIS/6.0", "nginx/0.8.54", NULL}; static const char * const bl_sites[] = - {"curl.haxx.se:443", "example.com:80", NULL}; + {"curl.se:443", "example.com:80", NULL}; global_init(CURL_GLOBAL_ALL); handle = curl_multi_init(); |