aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test604
AgeCommit message (Collapse)Author
2018-08-31Don't use Windows path %PWD for SSH testsMarcel Raad
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
2014-03-15tests: disable valgrind on the remaining scp/sftp testsDan Fandrich
2010-04-28test: enable valgrind for 604, seems to workDaniel Stenberg
2009-07-28use --insecure for the SFTP and SCP testsDaniel Stenberg
2007-04-09Changed error return codes to match update code.Dan Fandrich
2007-04-01Added scp and sftp nonexistent file retrieval tests, but leave themDan Fandrich
disabled for now.