Skip to content
Snippets Groups Projects
Commit bd73c3f1 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'cf/submodule-progress-dissociate'

* cf/submodule-progress-dissociate:
  t7400: encapsulate setup code in test_expect_success
parents 6b55779a 83f5fa58
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment