summaryrefslogtreecommitdiff
path: root/tests/data/test705
Commit message (Collapse)AuthorAgeFilesLines
* tests: add %NOLISTENPORT and use itDaniel Stenberg2020-04-201-1/+1
| | | | | | | | | | | | The purpose with this variable is to provide a port number that is reasonably likely to not have a listener on the local host so that tests can try connect failures against it. It uses port 47 - "reserved" according to IANA. Updated six tests to use it instead of the previous different ports. Assisted-by: Emil Engler Closes #5270
* tests: use proxy featureMarcel Raad2019-10-151-0/+3
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg2019-10-091-1/+1
| | | | ... when the tests want "connection refused".
* Cleaned up SOCKS tests. Use a magic port number instead of killserverDan Fandrich2007-06-071-11/+4
| | | | to do nonlistening server tests, like other tests.
* Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg2007-06-051-0/+43
openssh