From 013ec6a92f0d19a546afb10ffdf5b99fb38822de Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 3 Feb 2010 01:53:47 +0000 Subject: [PATCH] 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. --- tests/data/test8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test8 b/tests/data/test8 index 9b86593b1..4a6e00455 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;