From: Jens Lehmann Date: Wed, 1 Sep 2010 21:28:27 +0000 (+0200) Subject: t7406 & t7407: add missing && at end of lines X-Git-Tag: v1.7.3-rc0~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4bf9dd97827bf6f475a52e8f621dad24a3db9b4c;p=git.git t7406 & t7407: add missing && at end of lines Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano --- diff --git a/t/t7406-submodule-update.sh b/t/t7406-submodule-update.sh index 1382a8e58..bfb4975e9 100755 --- a/t/t7406-submodule-update.sh +++ b/t/t7406-submodule-update.sh @@ -25,7 +25,7 @@ test_expect_success 'setup a submodule tree' ' echo file > file && git add file && test_tick && - git commit -m upstream + git commit -m upstream && git clone . super && git clone super submodule && git clone super rebasing && diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh index db9365b64..905a8baae 100755 --- a/t/t7407-submodule-foreach.sh +++ b/t/t7407-submodule-foreach.sh @@ -16,7 +16,7 @@ test_expect_success 'setup a submodule tree' ' echo file > file && git add file && test_tick && - git commit -m upstream + git commit -m upstream && git clone . super && git clone super submodule && ( @@ -30,7 +30,7 @@ test_expect_success 'setup a submodule tree' ' submodule.sub2 submodule.foo2 && git config -f .gitmodules --rename-section \ submodule.sub3 submodule.foo3 && - git add .gitmodules + git add .gitmodules && test_tick && git commit -m "submodules" && git submodule init sub1 &&