aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1452
AgeCommit message (Collapse)Author
2020-03-15tests: fix verification of stdout in test 1452 due to newlineMarc Hoersken
Fixes test1452:41:1: error: missing </stdout> tag before </verify>
2018-09-05test1452: mark as flakyDaniel Stenberg
makes it not run in the CI builds Closes #2941
2017-12-10tests: mark data files as non-executable in gitMichael Kaufmann
2017-07-07test1452: add telnet negotiationMax Dymond
Add a basic telnet server for negotiating some telnet options before echoing back any data that's sent to it. Closes #1645