Browse Source

Merge branch 'cf/submodule-progress-dissociate'

* cf/submodule-progress-dissociate:
  t7400: encapsulate setup code in test_expect_success
maint
Junio C Hamano 7 years ago
parent
commit
bd73c3f13f
  1. 6
      t/t7400-submodule-basic.sh

6
t/t7400-submodule-basic.sh

@ -126,8 +126,10 @@ test_expect_success 'submodule add' ' @@ -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 \

Loading…
Cancel
Save