Skip to content

Commit

Permalink
t7406-submodule-update: add missing &&
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rctay authored and gitster committed Sep 17, 2013
1 parent c26c472 commit d5b99f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7406-submodule-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test_expect_success 'setup a submodule tree' '
git submodule add ../merging merging &&
test_tick &&
git commit -m "rebasing"
)
) &&
(cd super &&
git submodule add ../none none &&
test_tick &&
Expand Down

0 comments on commit d5b99f3

Please sign in to comment.