diff options
author | Bernhard M. Wiedemann <bwiedemann@suse.de> | 2019-01-07 16:23:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-08 10:36:49 +0100 |
commit | 114a02c75b702e98abf6328271bc76863c67b931 (patch) | |
tree | 880300d71e4fdce7a9b8baa81c846729944a3b79 /tests/data/test62 | |
parent | dea3f94298ac0859464768959488938c4e104545 (diff) |
tests: allow tests to pass by 2037-02-12
similar to commit f508d29f3902104018
Closes #3443
Diffstat (limited to 'tests/data/test62')
-rw-r--r-- | tests/data/test62 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test62 b/tests/data/test62 index add2a6a5d..2784a0f61 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -36,9 +36,9 @@ http://%HOSTIP:%HTTPPORT/we/want/62 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga - # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. -#HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes -.host.foo.com TRUE /we/want/ FALSE 2054030187 test2 yes -.fake.host.foo.com TRUE /we/want/ FALSE 2054030187 test4 yes +#HttpOnly_.foo.com TRUE /we/want/ FALSE 2147483647 test yes +.host.foo.com TRUE /we/want/ FALSE 2147483647 test2 yes +.fake.host.foo.com TRUE /we/want/ FALSE 2147483647 test4 yes .foo.com TRUE /moo TRUE 0 test3 maybe </file> |