summaryrefslogtreecommitdiff
path: root/tests/data/test2004
Commit message (Collapse)AuthorAgeFilesLines
* tests: adjust the tftpd output to work with hyper modeDaniel Stenberg2021-09-011-12/+12
| | | | | | | | | | By making them look less like http headers, the hyper mode "tweak" doesn't interfere. Enable test 2002 and 2003 in hyper builds (and 1280 which is unrelated but should be enabled). Closes #7658
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-4/+4
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* 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: use %FILE_PWD for file:// URLsMarcel Raad2019-10-211-1/+1
| | | | | | | This way, we always have exactly one slash after the host name, making the tests pass when curl is compiled with the MSYS GCC. Closes https://github.com/curl/curl/pull/4512
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-1/+1
| | | | | | | | | | | | | | | Now FILE transfers send headers to the header callback like HTTP and other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...) work for FILE in the callbacks. Makes "curl -i file://.." and "curl -I file://.." work like before again. Applied the bold header logic to them too. Regression from c1c2762 (7.61.0) Reported-by: Shaun Jackman Fixes #3083 Closes #3101
* 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
* tftp tests: verify sent options tooDaniel Stenberg2015-11-061-2/+8
| | | | | | | 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.
* use --insecure to allow non-matching known hosts for SSH-based protocolsDaniel Stenberg2009-08-121-1/+1
|
* Always use nocheck="yes" for consistencyDan Fandrich2009-01-071-1/+1
|
* Fixed the 2000-series tests so that the downloaded data is actually checkedDan Fandrich2007-10-271-1/+17
|
* Fixed the test case to create only a single test file, which is all theDan Fandrich2007-10-261-13/+5
| | | | test harness supports.
* Added test case 2004.Dan Fandrich2007-10-251-0/+64
Disable valgrind in test case 1004 due to a libtool bug.