1
0
mirror of https://github.com/git/git.git synced 2024-11-19 16:23:56 +01:00

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:
Brandon Casey 2009-05-06 13:29:14 -05:00 committed by Junio C Hamano
parent 0b05dc2b7e
commit 723570469f

@ -20,7 +20,7 @@ test_expect_success setup '
cat file1 &&
echo Q | tr -d "\\012"
} >file2 &&
cat file2 >file2.orig
cat file2 >file2.orig &&
git add file1 file2 &&
sed -e "/^B/d" <file1.orig >file1 &&
sed -e "/^[BQ]/d" <file2.orig >file2 &&