Browse Source

t4118: add missing '&&'

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Brandon Casey 16 years ago committed by Junio C Hamano
parent
commit
723570469f
  1. 2
      t/t4118-apply-empty-context.sh

2
t/t4118-apply-empty-context.sh

@ -20,7 +20,7 @@ test_expect_success setup ' @@ -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 &&

Loading…
Cancel
Save