Merge branch 'maint'

* maint:
  t7406-submodule-update: add missing &&
maint
Junio C Hamano 2013-09-17 11:37:13 -07:00
commit 5e3a3a1527
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&