Skip to content

Commit d5b99f3

Browse files
rctaygitster
authored andcommitted
t7406-submodule-update: add missing &&
322bb6e (2011 Aug 11) introduced a new subshell at the end of a test case but omitted a '&&' to join the two; fix this. Signed-off-by: Tay Ray Chuan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c26c472 commit d5b99f3

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)