mirror of
https://github.com/git/git.git
synced 2025-03-22 09:16:33 +00:00
test-bzr.sh, test-hg.sh: prepare for change to push.default=simple
Change 'git push <remote>' to 'git push <remote> <branch>' in one of the test-bzr.sh tests to ensure that the test continues to pass when the default value of push.default changes to simple. Signed-off-by: Richard Hansen <rhansen@bbn.com> Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d3243d738d
commit
4945725c64
@ -379,7 +379,7 @@ test_expect_success 'export utf-8 authors' '
|
||||
git add content &&
|
||||
git commit -m one &&
|
||||
git remote add bzr "bzr::../bzrrepo" &&
|
||||
git push bzr
|
||||
git push bzr master
|
||||
) &&
|
||||
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user