X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft6006-rev-list-format.sh;h=ebdc49c4965edecf1d32aba7a3a2346f770bad92;hb=d8b8217c8a16944dc61a1553464efabc450a6680;hp=cfb74d0e03541e136c46e7c84a7e537e19dc1509;hpb=faf5576a8d749c7c46fafd0c62da47ec078e1486;p=thirdparty%2Fgit.git 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 '