Don't use Windows path %PWD for SSH tests
All these tests failed on Windows because something like sftp://%HOSTIP:%SSHPORT%PWD/ expanded to sftp://127.0.0.1:1234c/msys64/home/bla/curl and then curl complained about the port number ending with a letter. Use the original POSIX path instead of the Windows path created in checksystem to fix this. Closes https://github.com/curl/curl/pull/2920
Showing
- tests/data/test1446 1 addition, 1 deletiontests/data/test1446
- tests/data/test2004 1 addition, 1 deletiontests/data/test2004
- tests/data/test582 1 addition, 1 deletiontests/data/test582
- tests/data/test583 1 addition, 1 deletiontests/data/test583
- tests/data/test600 1 addition, 1 deletiontests/data/test600
- tests/data/test601 1 addition, 1 deletiontests/data/test601
- tests/data/test602 1 addition, 1 deletiontests/data/test602
- tests/data/test603 1 addition, 1 deletiontests/data/test603
- tests/data/test604 1 addition, 1 deletiontests/data/test604
- tests/data/test605 1 addition, 1 deletiontests/data/test605
- tests/data/test606 1 addition, 1 deletiontests/data/test606
- tests/data/test607 1 addition, 1 deletiontests/data/test607
- tests/data/test608 1 addition, 1 deletiontests/data/test608
- tests/data/test609 1 addition, 1 deletiontests/data/test609
- tests/data/test610 1 addition, 1 deletiontests/data/test610
- tests/data/test611 1 addition, 1 deletiontests/data/test611
- tests/data/test612 1 addition, 1 deletiontests/data/test612
- tests/data/test613 1 addition, 1 deletiontests/data/test613
- tests/data/test614 1 addition, 1 deletiontests/data/test614
- tests/data/test615 1 addition, 1 deletiontests/data/test615
Loading
Please register or sign in to comment