| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | runtests: provide curl's version string as %VERSION for tests | Daniel Stenberg | 2020-10-02 | 1 | -3/+2 |
| | | | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037 | ||||
| * | tests: introduce preprocessed test cases | Daniel Stenberg | 2020-04-18 | 1 | -6/+2 |
| | | | | | | | | | | | | | The runtests script now always performs variable replacement on the entire test source file before the test gets executed, and saves the updated version in a temporary file (log/test[num]) so that all test case readers/servers can use that version (if present) and thus enjoy the powers of test case variable substitution. This is necessary to allow complete port number freedom. Test 309 is updated to work with a non-fixed port number thanks to this. | ||||
| * | Added test309 to test HTTP redirect to HTTPS URL | Dan Fandrich | 2008-02-19 | 1 | -0/+86 |
