From: Stephen P. Smith Date: Thu, 12 Sep 2019 04:11:02 +0000 (-0700) Subject: test_date.c: remove reference to GIT_TEST_DATE_NOW X-Git-Tag: v2.24.0-rc0~83^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47b27c96fad48cd85160dcfd53ddbe8753347110;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/helper/test-date.c b/t/helper/test-date.c index deb5869343..099eff4f0f 100644 --- a/t/helper/test-date.c +++ b/t/helper/test-date.c @@ -104,7 +104,6 @@ static void getnanos(const char **argv) int cmd__date(int argc, const char **argv) { const char *x; - x = getenv("GIT_TEST_DATE_NOW"); argv++; if (!*argv)