Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  t7406-submodule-update: add missing &&
  • Loading branch information
Junio C Hamano committed Sep 17, 2013
2 parents b3e7d24 + d5b99f3 commit 5e3a3a1
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 5e3a3a1

Please sign in to comment.