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/test711 | |
parent | 04fd67555cc2bd76844de61967f102d388ab254c (diff) |
test: make tests and test scripts use socksd for SOCKS
Make all SOCKS tests use socksd instead of ssh.
Diffstat (limited to 'tests/data/test711')
-rw-r--r-- | tests/data/test711 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/test711 b/tests/data/test711 index 6e9a2a262..3efbb7977 100644 --- a/tests/data/test711 +++ b/tests/data/test711 @@ -16,7 +16,6 @@ all_proxy silly content </data> <servercmd> -backendport passthru </servercmd> </reply> @@ -28,7 +27,7 @@ ftp socks5 </server> <setenv> -all_proxy=socks5://%HOSTIP:%SOCKSPORT +all_proxy=socks5://%HOSTIP:%SOCKSPORT </setenv> <name> FTP fetch with all_proxy set to socks5 |