From: Richard Hansen Date: Mon, 18 Nov 2013 04:12:45 +0000 (-0500) Subject: test-bzr.sh, test-hg.sh: prepare for change to push.default=simple X-Git-Tag: v1.9-rc0~87^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4945725c647a513326c3ce31dd99b91eefd97ede?ds=inline;hp=--cc test-bzr.sh, test-hg.sh: prepare for change to push.default=simple Change 'git push ' to 'git push ' 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 Reviewed-by: Felipe Contreras Signed-off-by: Junio C Hamano --- 4945725c647a513326c3ce31dd99b91eefd97ede diff --git a/contrib/remote-helpers/test-bzr.sh b/contrib/remote-helpers/test-bzr.sh index 1e850c313d..1e53ff9a58 100755 --- a/contrib/remote-helpers/test-bzr.sh +++ b/contrib/remote-helpers/test-bzr.sh @@ -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 ) && (