mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
fixup test mistake
This commit is contained in:
parent
05a9370a32
commit
a1fb6062bd
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ static CURLcode test_lib2017(const char *URL)
|
|||
};
|
||||
struct curl_slist bothlist[] = {
|
||||
{ CURL_UNCONST("nothing harmful"), NULL },
|
||||
{ CURL_UNCONST("both a \x0a and a \0x0d embedded"), NULL}
|
||||
{ CURL_UNCONST("both a \x0a and a \x0d embedded"), NULL}
|
||||
};
|
||||
|
||||
/* all slist options should reject these lists */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue