зеркало из https://github.com/microsoft/git.git
t7406: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
43eb920210
Коммит
ae74f7d289
|
@ -565,14 +565,14 @@ test_expect_success 'submodule add places git-dir in superprojects git-dir recur
|
|||
git log > ../../../expected
|
||||
) &&
|
||||
git commit -m "added subsubmodule" &&
|
||||
git push
|
||||
git push origin :
|
||||
) &&
|
||||
(cd .git/modules/deeper/submodule/modules/subsubmodule &&
|
||||
git log > ../../../../../actual
|
||||
) &&
|
||||
git add deeper/submodule &&
|
||||
git commit -m "update submodule" &&
|
||||
git push &&
|
||||
git push origin : &&
|
||||
test_cmp actual expected
|
||||
)
|
||||
'
|
||||
|
|
Загрузка…
Ссылка в новой задаче