From 1abb087a9c8f1e613b0b38b7afeffb61c18c2fed Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 26 Apr 2020 18:31:00 +0200 Subject: 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 --- tests/data/test611 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test611') diff --git a/tests/data/test611 b/tests/data/test611 index f40a4bda3..6362002e3 100644 --- a/tests/data/test611 +++ b/tests/data/test611 @@ -27,7 +27,7 @@ perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test611.dir SFTP post-quote rename ---key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-rename %PWD/log/test611.dir %PWD/log/test611.new" sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/file611.txt --insecure +--key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-rename %PWD/log/test611.dir %PWD/log/test611.new" sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file611.txt --insecure perl %SRCDIR/libtest/test610.pl rmdir %PWD/log/test611.new -- cgit v1.2.3