diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-04-26 18:31:00 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-05-02 16:56:55 +0200 |
commit | 1abb087a9c8f1e613b0b38b7afeffb61c18c2fed (patch) | |
tree | d0750b6e66c7e7963d5f7efd580e44de07197400 /tests/data/test625 | |
parent | a491183cb1728009a9dde2dff0b0b58d55805d0a (diff) |
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
Diffstat (limited to 'tests/data/test625')
-rw-r--r-- | tests/data/test625 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test625 b/tests/data/test625 index 8a5a2ae39..1fe9b55c0 100644 --- a/tests/data/test625 +++ b/tests/data/test625 @@ -22,7 +22,7 @@ sftp SFTP put with --ftp-create-dirs twice </name> <command> ---ftp-create-dirs --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file625.txt sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/test625.a/upload.625 -T log/file625.txt sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/test625.b/upload.625 --insecure +--ftp-create-dirs --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file625.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/test625.a/upload.625 -T log/file625.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/test625.b/upload.625 --insecure </command> <postcheck> perl %SRCDIR/libtest/test610.pl move %PWD/log/test625.a/upload.625 %PWD/log/upload.625 rmdir %PWD/log/test625.a rm %PWD/log/test625.b/upload.625 rmdir %PWD/log/test625.b |