diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-04-08 19:43:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-04-13 11:21:53 +0200 |
commit | 54c784556e3579c24de9cc79e435e8bbaa4f6c81 (patch) | |
tree | 0752dd8c8013bdfb7c2d03a1bb52e3b27811b14a /tests/data/test703 | |
parent | 04fd67555cc2bd76844de61967f102d388ab254c (diff) | |
download | curl-54c784556e3579c24de9cc79e435e8bbaa4f6c81.tar.gz |
test: make tests and test scripts use socksd for SOCKS
Make all SOCKS tests use socksd instead of ssh.
Diffstat (limited to 'tests/data/test703')
-rw-r--r-- | tests/data/test703 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test703 b/tests/data/test703 index 4aa89b46a..3c0fb314d 100644 --- a/tests/data/test703 +++ b/tests/data/test703 @@ -12,6 +12,10 @@ FAILURE <reply> <data> </data> +# 1 is socks5 failure +<servercmd> +response 1 +</servercmd> </reply> # Client-side |