diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2018-04-09 00:10:20 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-09 00:10:20 +0200 | 
| commit | 778235ce21648d83c73b084e5430e4474ccc52f9 (patch) | |
| tree | 5a5eb0c38df8f7fb0328ca49870f10bfaa23f48a /tests | |
| parent | dc1b6c5a00f938474a385c2af8aeef56583b989c (diff) | |
test1136: fix cookie order after commit c990eadd1277
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/test1136 | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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  </file>  </verify> | 
