Browse Source

Merge branch 'maint'

* maint:
  t7406-submodule-update: add missing &&
maint
Junio C Hamano 12 years ago
parent
commit
5e3a3a1527
  1. 2
      t/t7406-submodule-update.sh

2
t/t7406-submodule-update.sh

@ -58,7 +58,7 @@ test_expect_success 'setup a submodule tree' ' @@ -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 &&

Loading…
Cancel
Save