From: Yang Tse Date: Wed, 3 Feb 2010 01:53:47 +0000 (+0000) Subject: cookies with same path length might get sorted in different order when X-Git-Tag: curl-7_20_0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=013ec6a92f0d19a546afb10ffdf5b99fb38822de;p=thirdparty%2Fcurl.git 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. --- diff --git a/tests/data/test8 b/tests/data/test8 index 9b86593b1c..4a6e004553 100644 --- a/tests/data/test8 +++ b/tests/data/test8 @@ -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;