summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/porting/authors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/authors.t b/t/porting/authors.t
index 70565a3511..2e78f92c5d 100644
--- a/t/porting/authors.t
+++ b/t/porting/authors.t
@@ -11,6 +11,6 @@ require 't/test.pl';
find_git_or_skip('all');
# This is the subset of "pretty=fuller" that checkAUTHORS.pl actually needs:
-system("git log --pretty=format:'commit %H%nAuthor: %an <%ae>%nAuthor Date:%nCommit: %cn <%cn>%n' | $^X Porting/checkAUTHORS.pl --tap -");
+system("git log --pretty=format:'commit %H%nAuthor: %an <%ae>%nAuthor Date:%nCommit: %cn <%ce>%n' | $^X Porting/checkAUTHORS.pl --tap -");
# EOF