/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test485
39 строк
726 B
Daniel Stenberg
tests: keep test names shorter than 70 columns
06 авг 2026, 15:31
Не верифицирован
06 авг 2026, 15:31
b571628
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTP etag </keywords> </info> # Server-side <reply> </reply> # Client-side <client> <name> --etag-compare and -save with more than one URL, URLs specified first </name> <command> http://example.com/%TESTNUMBER http://example.net/fooo --etag-save %LOGDIR/etag%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <errorcode> 2 </errorcode> <stderr mode="text"> curl: The etag options only work on a single URL curl: option --etag-save: is badly used here %if manual curl: try 'curl --help' or 'curl --manual' for more information %else curl: try 'curl --help' for more information %endif </stderr> </verify> </testcase>