From 778235ce21648d83c73b084e5430e4474ccc52f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Apr 2018 00:10:20 +0200 Subject: test1136: fix cookie order after commit c990eadd1277 --- tests/data/test1136 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/test1136 b/tests/data/test1136 index d3327e843..2030bd271 100644 --- a/tests/data/test1136 +++ b/tests/data/test1136 @@ -56,8 +56,8 @@ http://www.example.ck/1136 http://www.ck/1136 http://z-1.compute-1.amazonaws.com # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. -.www.example.ck TRUE / FALSE 0 test2 allowed2 .www.ck TRUE / FALSE 0 test4 allowed4 +.www.example.ck TRUE / FALSE 0 test2 allowed2 .z-1.compute-1.amazonaws.com TRUE / FALSE 0 test5 forbidden5 -- cgit v1.2.1