Skip to content

Commit

Permalink
t5531: do not assume the "matching" push is the default
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 5, 2013
1 parent f3258d3 commit 43eb920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t5531-deep-submodule-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test_expect_success setup '
(
cd gar/bage &&
git init &&
git config push.default matching &&
>junk &&
git add junk &&
git commit -m "Initial junk"
Expand Down

0 comments on commit 43eb920

Please sign in to comment.