Skip to content

Commit 7569acc

Browse files
felipecgitster
authored andcommitted
remote-bzr: trivial test fix
So that the committer is reset properly. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6221088 commit 7569acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/remote-helpers/test-bzr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ test_expect_success 'strip' '
362362
'
363363

364364
test_expect_success 'export utf-8 authors' '
365-
test_when_finished "rm -rf bzrrepo gitrepo && LC_ALL=C && unset GIT_COMMITTER_NAME" &&
365+
test_when_finished "rm -rf bzrrepo gitrepo && LC_ALL=C && GIT_COMMITTER_NAME=\"C O Mitter\""
366366
367367
LC_ALL=en_US.UTF-8
368368
export LC_ALL

0 commit comments

Comments
 (0)