test_date.c: remove reference to GIT_TEST_DATE_NOW
authorStephen P. Smith <ischis2@cox.net>
Thu, 12 Sep 2019 04:11:02 +0000 (21:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 21:15:01 +0000 (14:15 -0700)
commit47b27c96fad48cd85160dcfd53ddbe8753347110
treeb72476c0bf3f1812b7a7585f23b1aa100bd0a9a6
parent29f4332e66abf41e90d2f38e62370a42d8549c7e
test_date.c: remove reference to GIT_TEST_DATE_NOW

Remove the reference to the GIT_TEST_DATE_NOW which is done in date.c.
We can't get rid of the "x" variable, since it serves as a generic
scratch variable for parsing later in the function.

Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-date.c