/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test283
39 строк
536 B
Daniel Stenberg
tests: enhance names, remove duplicates
09 июн 2026, 17:44
Не верифицирован
09 июн 2026, 17:44
4ead428
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> TFTP TFTP RRQ </keywords> </info> # Client-side <client> <server> tftp </server> <name> TFTP retrieve on invalid file </name> <command> tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024 </command> </client> # Verify pseudo protocol after the test has been "shot" <verify> <errorcode> 69 </errorcode> <strip> ^timeout = [5-6]$ </strip> <protocol> opcode = 1 mode = octet tsize = 0 blksize = 1024 filename = /invalid-file </protocol> </verify> </testcase>