From: Junio C Hamano Date: Sat, 5 Jan 2013 00:17:10 +0000 (-0800) Subject: t5531: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/43eb920?ds=inline t5531: do not assume the "matching" push is the default Signed-off-by: Junio C Hamano --- diff --git a/t/t5531-deep-submodule-push.sh b/t/t5531-deep-submodule-push.sh index 1947c28c64..8c16e045a0 100755 --- a/t/t5531-deep-submodule-push.sh +++ b/t/t5531-deep-submodule-push.sh @@ -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"