diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2014-04-11 18:24:05 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-14 13:25:28 -0700 |
commit | 7569accf41d28a3ede684ef96bf6edece5f06ce9 (patch) | |
tree | 467f116fe257bb51e9f1ae1fbc75655304c3cca4 /contrib/remote-helpers | |
parent | 62210887f783d942ddfa918b3974b42311d3ef9d (diff) | |
download | git-7569accf41d28a3ede684ef96bf6edece5f06ce9.tar.gz |
remote-bzr: trivial test fixfc/remote-helper-fixes
So that the committer is reset properly.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-x | contrib/remote-helpers/test-bzr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/remote-helpers/test-bzr.sh b/contrib/remote-helpers/test-bzr.sh index 11a6e18484..5d2c5b2a60 100755 --- a/contrib/remote-helpers/test-bzr.sh +++ b/contrib/remote-helpers/test-bzr.sh @@ -362,7 +362,7 @@ test_expect_success 'strip' ' ' test_expect_success 'export utf-8 authors' ' - test_when_finished "rm -rf bzrrepo gitrepo && LC_ALL=C && unset GIT_COMMITTER_NAME" && + test_when_finished "rm -rf bzrrepo gitrepo && LC_ALL=C && GIT_COMMITTER_NAME=\"C O Mitter\"" LC_ALL=en_US.UTF-8 export LC_ALL |