mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
tests: add support for SSH server variant specific transfer paths
OpenSSH for Windows requires paths in the format of /C:/ instead of the pseudo-POSIX paths /cygdrive/c/ or just /c/ Reviewed-by: Daniel Stenberg Closes #5298
This commit is contained in:
parent
a491183cb1
commit
1abb087a9c
51 changed files with 61 additions and 49 deletions
|
|
@ -16,7 +16,7 @@ sftp
|
|||
SFTP invalid user login (password authentication)
|
||||
</name>
|
||||
<command>
|
||||
-u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/irrelevant-file --insecure
|
||||
-u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue