зеркало из https://github.com/microsoft/git.git
t4118: add missing '&&'
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
0b05dc2b7e
Коммит
723570469f
|
@ -20,7 +20,7 @@ test_expect_success setup '
|
||||||
cat file1 &&
|
cat file1 &&
|
||||||
echo Q | tr -d "\\012"
|
echo Q | tr -d "\\012"
|
||||||
} >file2 &&
|
} >file2 &&
|
||||||
cat file2 >file2.orig
|
cat file2 >file2.orig &&
|
||||||
git add file1 file2 &&
|
git add file1 file2 &&
|
||||||
sed -e "/^B/d" <file1.orig >file1 &&
|
sed -e "/^B/d" <file1.orig >file1 &&
|
||||||
sed -e "/^[BQ]/d" <file2.orig >file2 &&
|
sed -e "/^[BQ]/d" <file2.orig >file2 &&
|
||||||
|
|
Загрузка…
Ссылка в новой задаче