t7406 & t7407: add missing && at end of lines
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
1e2847634e
commit
4bf9dd9782
@ -25,7 +25,7 @@ test_expect_success 'setup a submodule tree' '
|
|||||||
echo file > file &&
|
echo file > file &&
|
||||||
git add file &&
|
git add file &&
|
||||||
test_tick &&
|
test_tick &&
|
||||||
git commit -m upstream
|
git commit -m upstream &&
|
||||||
git clone . super &&
|
git clone . super &&
|
||||||
git clone super submodule &&
|
git clone super submodule &&
|
||||||
git clone super rebasing &&
|
git clone super rebasing &&
|
||||||
|
@ -16,7 +16,7 @@ test_expect_success 'setup a submodule tree' '
|
|||||||
echo file > file &&
|
echo file > file &&
|
||||||
git add file &&
|
git add file &&
|
||||||
test_tick &&
|
test_tick &&
|
||||||
git commit -m upstream
|
git commit -m upstream &&
|
||||||
git clone . super &&
|
git clone . super &&
|
||||||
git clone super submodule &&
|
git clone super submodule &&
|
||||||
(
|
(
|
||||||
@ -30,7 +30,7 @@ test_expect_success 'setup a submodule tree' '
|
|||||||
submodule.sub2 submodule.foo2 &&
|
submodule.sub2 submodule.foo2 &&
|
||||||
git config -f .gitmodules --rename-section \
|
git config -f .gitmodules --rename-section \
|
||||||
submodule.sub3 submodule.foo3 &&
|
submodule.sub3 submodule.foo3 &&
|
||||||
git add .gitmodules
|
git add .gitmodules &&
|
||||||
test_tick &&
|
test_tick &&
|
||||||
git commit -m "submodules" &&
|
git commit -m "submodules" &&
|
||||||
git submodule init sub1 &&
|
git submodule init sub1 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user