Skip to content

Commit 5e3a3a1

Browse files
committed
Merge branch 'maint'
* maint: t7406-submodule-update: add missing &&
2 parents b3e7d24 + d5b99f3 commit 5e3a3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7406-submodule-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test_expect_success 'setup a submodule tree' '
5858
git submodule add ../merging merging &&
5959
test_tick &&
6060
git commit -m "rebasing"
61-
)
61+
) &&
6262
(cd super &&
6363
git submodule add ../none none &&
6464
test_tick &&

0 commit comments

Comments
 (0)