Merge branch 'cf/submodule-progress-dissociate'
* cf/submodule-progress-dissociate: t7400: encapsulate setup code in test_expect_success
This commit is contained in:
@ -126,8 +126,10 @@ test_expect_success 'submodule add' '
|
|||||||
test_cmp empty untracked
|
test_cmp empty untracked
|
||||||
'
|
'
|
||||||
|
|
||||||
|
test_expect_success 'setup parent and one repository' '
|
||||||
test_create_repo parent &&
|
test_create_repo parent &&
|
||||||
test_commit -C parent one
|
test_commit -C parent one
|
||||||
|
'
|
||||||
|
|
||||||
test_expect_success 'redirected submodule add does not show progress' '
|
test_expect_success 'redirected submodule add does not show progress' '
|
||||||
git -C addtest submodule add "file://$submodurl/parent" submod-redirected \
|
git -C addtest submodule add "file://$submodurl/parent" submod-redirected \
|
||||||
|
Reference in New Issue
Block a user