summaryrefslogtreecommitdiff
path: root/tests/data/test1268
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* Tests: fixes for WindowsMarcel Raad2018-08-221-0/+3
| | | | | - test 1268 requires unix sockets - test 2072 must be disabled also for MSYS/MinGW
* test1268: check the stderr output as "text"Daniel Stenberg2018-08-161-1/+1
| | | | | | Follow-up to 099f37e9c57 Pointed-out-by: Marcel Raad
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-151-0/+38
... 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