t7406: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
43eb920210
commit
ae74f7d289
|
@ -565,14 +565,14 @@ test_expect_success 'submodule add places git-dir in superprojects git-dir recur
|
||||||
git log > ../../../expected
|
git log > ../../../expected
|
||||||
) &&
|
) &&
|
||||||
git commit -m "added subsubmodule" &&
|
git commit -m "added subsubmodule" &&
|
||||||
git push
|
git push origin :
|
||||||
) &&
|
) &&
|
||||||
(cd .git/modules/deeper/submodule/modules/subsubmodule &&
|
(cd .git/modules/deeper/submodule/modules/subsubmodule &&
|
||||||
git log > ../../../../../actual
|
git log > ../../../../../actual
|
||||||
) &&
|
) &&
|
||||||
git add deeper/submodule &&
|
git add deeper/submodule &&
|
||||||
git commit -m "update submodule" &&
|
git commit -m "update submodule" &&
|
||||||
git push &&
|
git push origin : &&
|
||||||
test_cmp actual expected
|
test_cmp actual expected
|
||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in New Issue