Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Tests: fixes for Windows | Marcel Raad | |
- test 1268 requires unix sockets - test 2072 must be disabled also for MSYS/MinGW | |||
2018-08-16 | test1268: check the stderr output as "text" | Daniel Stenberg | |
Follow-up to 099f37e9c57 Pointed-out-by: Marcel Raad | |||
2018-08-15 | curl: warn the user if a given file name looks like an option | Daniel Stenberg | |
... simply because this is usually a sign of the user having omitted the file name and the next option is instead "eaten" by the parser as a file name. Add test1268 to verify Closes #2885 |