summaryrefslogtreecommitdiff
path: root/tests/data/test632
Commit message (Collapse)AuthorAgeFilesLines
* tests: move server config files under the pid dirDan Fandrich2023-03-311-1/+1
| | | | | | | | | | | These files are generated by the test servers and must therefore be found in the log directory to make them available to only those servers once multiple test runners are executing in parallel. They must also not be deleted with the log files, so they are stored in the pidfile directory. Ref: #10818 Closes #10875
* tests: use %LOGDIR to refer to the log directoryDan Fandrich2023-03-301-1/+1
| | | | | | This will allow it be set dynamically. Ref: #10818
* tests: add support for SSH server variant specific transfer pathsMarc Hoersken2020-05-021-1/+1
| | | | | | | | 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: Stop referring to server ports when they're not usedDan Fandrich2020-04-301-1/+1
| | | | | | | | | Several tests referred to specific server ports even when the test didn't actually use that server or specify that it's needed. In such cases, the test harness substitutes the text "[not running]" as the port number which causes many such tests to fail due to the inability to parse the URL. These tests are changed to use %NOLISTENPORT which will always be substituted correctly.
* Don't use Windows path %PWD for SSH testsMarcel Raad2018-08-311-1/+1
| | | | | | | | | | | | | 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
* use --insecure for the SFTP and SCP testsDaniel Stenberg2009-07-281-1/+1
|
* Added SSH failure test cases 628-632Dan Fandrich2008-06-191-0/+34