summaryrefslogtreecommitdiff
path: root/tests/data/test583
Commit message (Collapse)AuthorAgeFilesLines
* 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
* tests: disable valgrind on the remaining scp/sftp testsDan Fandrich2014-03-151-0/+3
|
* test case 583: ensure that test failures don't go unnoticedYang Tse2011-09-061-4/+3
|
* test583: verify early SSH multi remove handleDaniel Stenberg2011-03-131-0/+43
This test case is meant to verify that the logic in commit 60172a0446bbe3f8b actually works. This test failed for me before that change and it works after it.