From: Prarit Bhargava Date: Thu, 24 Oct 2019 23:36:15 +0000 (-0400) Subject: t6006: use test-lib.sh definitions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ae4944aac4afd3b114729ef4b5b833c7d8fd832;p=git t6006: use test-lib.sh definitions Use name and email definitions from test-lib.sh. Signed-off-by: Prarit Bhargava Signed-off-by: Junio C Hamano --- diff --git a/t/t6006-rev-list-format.sh b/t/t6006-rev-list-format.sh index cfb74d0e03..1f7d3f7acc 100755 --- a/t/t6006-rev-list-format.sh +++ b/t/t6006-rev-list-format.sh @@ -111,14 +111,14 @@ EOF # we don't test relative here test_format author %an%n%ae%n%ad%n%aD%n%at <expect && + echo "$GIT_COMMITTER_NAME:$GIT_COMMITTER_EMAIL" >expect && git log -g -1 --format="%gn:%ge" >actual && test_cmp expect actual '