mirror of
https://github.com/curl/curl.git
synced 2026-08-19 20:54:55 +03:00
Allow test 538 to run even when proxy support is disabled
This commit is contained in:
parent
d1837ad90a
commit
643ae2ca8b
1 changed files with 3 additions and 2 deletions
|
|
@ -51,9 +51,10 @@ int test(char *URL)
|
|||
return TEST_ERR_MAJOR_BAD;
|
||||
}
|
||||
|
||||
/* the point here being that there must not run anything on the given
|
||||
/* The point here is that there must not be anything running on the given
|
||||
proxy port */
|
||||
test_setopt(c, CURLOPT_PROXY, libtest_arg2);
|
||||
if (libtest_arg2)
|
||||
test_setopt(c, CURLOPT_PROXY, libtest_arg2);
|
||||
test_setopt(c, CURLOPT_URL, URL);
|
||||
test_setopt(c, CURLOPT_VERBOSE, 1L);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue