Skip to content

Commit 194f11e

Browse files
bmwiedemannoalders
authored andcommitted
Allow tests to pass after 2038
also tested on i586 This patch was done while working on reproducible builds for openSUSE.
1 parent a5f9cc5 commit 194f11e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

t/data/netscape-httponly.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# This is a generated file! Do not edit.
44

55
# Should be loaded as normal
6-
www.acme.com FALSE / FALSE 2147483647 foo1 bar
6+
www.acme.com FALSE / FALSE 21474836470 foo1 bar
77

88
# Should be loaded with hostname www.acme.com
9-
#HttpOnly_www.acme.com FALSE / FALSE 2147483647 foo2 bar
10-
#HttpOnly_www.acme.com FALSE / FALSE 2147483647 foo3 bar
11-
#HttpOnly_www.acme.com FALSE / FALSE 2147483647 foo4 bar
9+
#HttpOnly_www.acme.com FALSE / FALSE 21474836470 foo2 bar
10+
#HttpOnly_www.acme.com FALSE / FALSE 21474836470 foo3 bar
11+
#HttpOnly_www.acme.com FALSE / FALSE 21474836470 foo4 bar
1212

1313
# Should not be loaded (double prefix)
14-
#HttpOnly_#HttpOnly_www.acme.com FALSE / FALSE 2147483647 foo5 bar
14+
#HttpOnly_#HttpOnly_www.acme.com FALSE / FALSE 21474836470 foo5 bar
1515

1616
# Should not be loaded (case-sensitivity)
17-
#Httponly_www.acme.com FALSE / FALSE 2147483647 foo6 bar
17+
#Httponly_www.acme.com FALSE / FALSE 21474836470 foo6 bar

0 commit comments

Comments
 (0)