Skip to content

Commit 4945725

Browse files
rhansengitster
authored andcommitted
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 <[email protected]> Reviewed-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d3243d7 commit 4945725

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
@@ -379,7 +379,7 @@ test_expect_success 'export utf-8 authors' '
379379
git add content &&
380380
git commit -m one &&
381381
git remote add bzr "bzr::../bzrrepo" &&
382-
git push bzr
382+
git push bzr master
383383
) &&
384384
385385
(

0 commit comments

Comments
 (0)