We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b55779 + 83f5fa5 commit bd73c3fCopy full SHA for bd73c3f
t/t7400-submodule-basic.sh
@@ -126,8 +126,10 @@ test_expect_success 'submodule add' '
126
test_cmp empty untracked
127
'
128
129
-test_create_repo parent &&
130
-test_commit -C parent one
+test_expect_success 'setup parent and one repository' '
+ test_create_repo parent &&
131
+ test_commit -C parent one
132
+'
133
134
test_expect_success 'redirected submodule add does not show progress' '
135
git -C addtest submodule add "file://$submodurl/parent" submod-redirected \
0 commit comments