]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: set `SOURCE_DATE_EPOCH` to fix failing around midnight
authorViktor Szakats <commit@vsz.me>
Mon, 15 Jul 2024 00:48:05 +0000 (02:48 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 16 Jul 2024 00:13:48 +0000 (02:13 +0200)
commit58772b0e082eda333e0a5fc8fb0bc7f17a3cd99c
tree8b7a412f3771937e74a34856fe516eb43bf907cd
parentc21c51db6a1fc50b4d8bbfa02f6880a682411088
runtests: set `SOURCE_DATE_EPOCH` to fix failing around midnight

To make sure that `managen` called by test 1706 uses the same date as
the test expects in the `%DATE` macro.

Before this patch when tests started running before UTC midnight and
reached test 1706 after, these dates were different and the test failed.

Follow-up to 0e73b69b3dd6d174226c60406d3c4266754d70f8
Fixes #14173
Closes #14187
tests/runtests.pl