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/test583 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test583') diff --git a/tests/data/test583 b/tests/data/test583 index 2c41ca1d2..e7d95960b 100644 --- a/tests/data/test583 +++ b/tests/data/test583 @@ -29,7 +29,7 @@ SFTP with multi interface, remove handle early # name resolve will cause it to return rather quickly and thus we could trigger # the problem we're looking to verify. -sftp://localhost:%SSHPORT%POSIX_PWD/log/upload583.txt %USER: +sftp://localhost:%SSHPORT%SSH_PWD/log/upload583.txt %USER: -- cgit v1.2.3