t5601: add missing && cascade
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
3e6e0edde2
commit
bafe763197
@ -9,9 +9,9 @@ test_expect_success setup '
|
|||||||
rm -fr .git &&
|
rm -fr .git &&
|
||||||
test_create_repo src &&
|
test_create_repo src &&
|
||||||
(
|
(
|
||||||
cd src
|
cd src &&
|
||||||
>file
|
>file &&
|
||||||
git add file
|
git add file &&
|
||||||
git commit -m initial
|
git commit -m initial
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user