Merge branch 'cf/submodule-progress-dissociate'

* cf/submodule-progress-dissociate:
  t7400: encapsulate setup code in test_expect_success
This commit is contained in:
Junio C Hamano 2018-06-19 09:26:59 -07:00
commit bd73c3f13f

View file

@ -126,8 +126,10 @@ test_expect_success 'submodule add' '
test_cmp empty untracked
'
test_create_repo parent &&
test_commit -C parent one
test_expect_success 'setup parent and one repository' '
test_create_repo parent &&
test_commit -C parent one
'
test_expect_success 'redirected submodule add does not show progress' '
git -C addtest submodule add "file://$submodurl/parent" submod-redirected \