summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-09-17 11:37:13 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-09-17 11:37:13 -0700
commit5e3a3a1527b5ebf4c0c7e3a8394287a04220543f (patch)
treec7481477f3bcca1b4798389a27135bd5719fad8f /t
parentSync with maint for l10n updates (diff)
parentt7406-submodule-update: add missing && (diff)
downloadtgif-5e3a3a1527b5ebf4c0c7e3a8394287a04220543f.tar.xz
Merge branch 'maint'
* maint: t7406-submodule-update: add missing &&
Diffstat (limited to 't')
-rwxr-xr-xt/t7406-submodule-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7406-submodule-update.sh b/t/t7406-submodule-update.sh
index b192f936bc..f0b33053ab 100755
--- a/t/t7406-submodule-update.sh
+++ b/t/t7406-submodule-update.sh
@@ -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 &&