summaryrefslogtreecommitdiff
path: root/tests/data/test1452
Commit message (Collapse)AuthorAgeFilesLines
* runtests: move the TELNET server to a dynamic portDaniel Stenberg2020-08-061-1/+1
| | | | | | | Rename the port variable to TELNETPORT to better match the existing pattern. Closes #5785
* tests: make Python-based servers compatible with Python 2 and 3Marc Hoersken2020-03-191-1/+0
| | | | | | | | | | | | | | | | Update smbserver.py and negtelnetserver.py to be compatible with Python 3 while staying backwards-compatible to support Python 2. Fix string encoding and handling of echoed and transferred data. Tested with both Python 2.7.17 and Python 3.7.7 Reported-by: Daniel Stenberg Assisted-by: Kamil Dudka Reviewed-by: Marcel Raad Fixes #5104 Closes #5110
* tests: fix verification of stdout in test 1452 due to newlineMarc Hoersken2020-03-151-1/+3
| | | | Fixes test1452:41:1: error: missing </stdout> tag before </verify>
* test1452: mark as flakyDaniel Stenberg2018-09-051-0/+1
| | | | | | makes it not run in the CI builds Closes #2941
* tests: mark data files as non-executable in gitMichael Kaufmann2017-12-101-0/+0
|
* test1452: add telnet negotiationMax Dymond2017-07-071-0/+41
Add a basic telnet server for negotiating some telnet options before echoing back any data that's sent to it. Closes #1645