From: Tay Ray Chuan Date: Sun, 15 Sep 2013 17:38:21 +0000 (+0800) Subject: t7406-submodule-update: add missing && X-Git-Tag: v1.8.4.1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b99f35bd9102cf25ffb5d438898fa0c625defd;p=thirdparty%2Fgit.git t7406-submodule-update: add missing && 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 Signed-off-by: Junio C Hamano --- 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 &&