From f59ad0b300d08bbc4ce630188d3fc990003ffdaf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 17 Feb 2018 19:20:50 +0000 Subject: 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 dd8c4d0..6533a90 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 -- cgit v1.2.3