]> git.ipfire.org Git - thirdparty/ccache.git/commit
test: Make tests pass in 2038 (#1525)
authorBernhard M. Wiedemann <githubbmwprimary@lsmod.de>
Sat, 19 Oct 2024 08:49:53 +0000 (10:49 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2024 08:49:53 +0000 (10:49 +0200)
commit7a9911755365ad2a593b93452be219a7a2c0e49c
tree628dd03f6fb8327f22d93157c9e511882ea34849
parent04b62698181237f0abc6236e436aac1d0dcadbba
test: Make tests pass in 2038 (#1525)

We use relative future timestamps to keep systems with 32-bit time_t working
until 2037.

Use the 3rd of January of the following year to ensure that it is in the future,
even when starting a second before new year
test/suites/base.bash