From f5e0ed7e04f25e720505eac6412efae58810b457 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 17 Feb 2018 19:20:50 +0000 Subject: [PATCH] test suite: Update dummy dates To make things look nice in gitk in our test trees, etc., it is nice if the fake date is at least as recent as the commits etc. in the worktree tarballs and pkg-srcs. Signed-off-by: Ian Jackson --- tests/lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib b/tests/lib index d484dd5b..51dc62a9 100644 --- a/tests/lib +++ b/tests/lib @@ -31,8 +31,8 @@ export DGIT_TEST_DEBUG : ${DGIT_TEST_DISTRO+ ${distro=${DGIT_TEST_DISTRO}}} -export GIT_COMMITTER_DATE='1440253867 +0100' -export GIT_AUTHOR_DATE='1440253867 +0100' +export GIT_COMMITTER_DATE='1515000000 +0100' +export GIT_AUTHOR_DATE='1515000000 +0100' root=`pwd` troot=$root/tests -- 2.30.2