aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test702
AgeCommit message (Collapse)Author
2020-04-20tests: add %NOLISTENPORT and use itDaniel Stenberg
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
2019-10-23tests: add missing proxy featuresMarcel Raad
2019-04-13test: make tests and test scripts use socksd for SOCKSDaniel Stenberg
Make all SOCKS tests use socksd instead of ssh.
2007-06-07Cleaned up SOCKS tests. Use a magic port number instead of killserverDan Fandrich
to do nonlistening server tests, like other tests.
2007-06-05Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg
openssh