aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test2004
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
2015-11-06tftp tests: verify sent options tooDaniel Stenberg
The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize.
2009-08-12use --insecure to allow non-matching known hosts for SSH-based protocolsDaniel Stenberg
2009-01-07Always use nocheck="yes" for consistencyDan Fandrich
2007-10-27Fixed the 2000-series tests so that the downloaded data is actually checkedDan Fandrich
2007-10-26Fixed the test case to create only a single test file, which is all theDan Fandrich
test harness supports.
2007-10-25Added test case 2004.Dan Fandrich
Disable valgrind in test case 1004 due to a libtool bug.