Skip to content

Commit bd73c3f

Browse files
committed
Merge branch 'cf/submodule-progress-dissociate'
* cf/submodule-progress-dissociate: t7400: encapsulate setup code in test_expect_success
2 parents 6b55779 + 83f5fa5 commit bd73c3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

t/t7400-submodule-basic.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ test_expect_success 'submodule add' '
126126
test_cmp empty untracked
127127
'
128128

129-
test_create_repo parent &&
130-
test_commit -C parent one
129+
test_expect_success 'setup parent and one repository' '
130+
test_create_repo parent &&
131+
test_commit -C parent one
132+
'
131133

132134
test_expect_success 'redirected submodule add does not show progress' '
133135
git -C addtest submodule add "file://$submodurl/parent" submod-redirected \

0 commit comments

Comments
 (0)