mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05: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
@ -37,7 +37,7 @@ Content-Type: text/html
|
|||||||
Funny-head: yesyes
|
Funny-head: yesyes
|
||||||
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
||||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
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: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
|
||||||
Set-Cookie: cookie=yes; path=/we;
|
Set-Cookie: cookie=yes; path=/we;
|
||||||
Set-Cookie: cookie=perhaps; path=/we/want;
|
Set-Cookie: cookie=perhaps; path=/we/want;
|
||||||
|
Loading…
Reference in New Issue
Block a user