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/test610 | |
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/test610')
-rw-r--r-- | tests/data/test610 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test610 b/tests/data/test610 index 179146419..d09742151 100644 --- a/tests/data/test610 +++ b/tests/data/test610 @@ -27,7 +27,7 @@ perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test610.dir SFTP post-quote rmdir </name> <command> ---key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-rmdir %PWD/log/test610.dir" sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/file610.txt --insecure +--key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-rmdir %PWD/log/test610.dir" sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file610.txt --insecure </command> <postcheck> perl %SRCDIR/libtest/test610.pl gone %PWD/log/test610.dir |