test-bzr.sh, test-hg.sh: prepare for change to push.default=simple
authorRichard Hansen <rhansen@bbn.com>
Mon, 18 Nov 2013 04:12:45 +0000 (23:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2013 21:45:57 +0000 (13:45 -0800)
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>
contrib/remote-helpers/test-bzr.sh
index 1e850c313d5484bed117f97d42f80d0473fdff49..1e53ff9a584a302366dcbd647a2e27db3fd1b9fe 100755 (executable)
@@ -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
        ) &&
 
        (