X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=t%2Ft6006-rev-list-format.sh;h=ebdc49c4965edecf1d32aba7a3a2346f770bad92;hp=cfb74d0e03541e136c46e7c84a7e537e19dc1509;hb=d8b8217c8a16944dc61a1553464efabc450a6680;hpb=337e3f2b49a954d1c3279fe71990cac8a4dfd447 diff --git a/t/t6006-rev-list-format.sh b/t/t6006-rev-list-format.sh index cfb74d0e03..ebdc49c496 100755 --- a/t/t6006-rev-list-format.sh +++ b/t/t6006-rev-list-format.sh @@ -109,31 +109,35 @@ commit $head1 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 '