mirror of
https://github.com/curl/curl.git
synced 2026-05-20 12:06:19 +03:00
cookies with same path length might get sorted in different order when
using different qsort implementations. In order to make this test give same results on different systems, paths now have different lengths.
This commit is contained in:
parent
e2fc294470
commit
013ec6a92f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Content-Type: text/html
|
|||
Funny-head: yesyes
|
||||
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/w;
|
||||
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
|
||||
Set-Cookie: cookie=yes; path=/we;
|
||||
Set-Cookie: cookie=perhaps; path=/we/want;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue