/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1007
48 строк
746 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 WRQ </keywords> </info> # Client-side <client> <server> tftp </server> <features> verbose-strings </features> <name> TFTP send with invalid permission on server </name> <command> -T %LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//invalid-file -sS </command> <file name="%LOGDIR/test%TESTNUMBER.txt"> This data will not be sent </file> </client> # Verify pseudo protocol after the test has been "shot" <verify> <errorcode> 69 </errorcode> <strip> ^timeout = [5-6]$ </strip> <protocol> opcode = 2 mode = octet tsize = 27 blksize = 512 filename = /invalid-file </protocol> <stderr mode="text"> curl: (69) TFTP: Access Violation </stderr> </verify> </testcase>