/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test205
38 строк
569 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> FILE </keywords> </info> # no Server-side # Client-side <client> <server> file </server> <name> "upload" nonexisting with file:// </name> <command option="no-include"> file://localhost/%FILE_PWD/%LOGDIR/nonexisting/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt </command> <file name="%LOGDIR/upload%TESTNUMBER.txt"> data in file to write </file> </client> # Verify data after the test has been "shot" <verify> # 23 => CURLE_WRITE_ERROR <errorcode> 23 </errorcode> </verify> </testcase>