Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use %TESTNUMBER instead of fixed number | Daniel Stenberg | 2021-03-19 | 1 | -3/+3 |
| | | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738 | ||||
* | test1558: use double slash after file: | Marcel Raad | 2019-11-10 | 1 | -5/+1 |
| | | | | | | | Classic MinGW / MSYS 1 doesn't support `MSYS2_ARG_CONV_EXCL`, so this test unnecessarily failed when using `file:/` instead of `file:///`. Closes https://github.com/curl/curl/pull/4554 | ||||
* | test1558: verify CURLINFO_PROTOCOL on file:// transfer | Daniel Stenberg | 2019-01-10 | 1 | -0/+50 |
Attempt to reproduce issue #3444. Closes #3447 |