Browse Source

t6039: fix broken && chain

Add missing &&, detected by the --chain-lint option

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Torsten Bögershausen 10 years ago committed by Junio C Hamano
parent
commit
65e6758767
  1. 2
      t/t6039-merge-ignorecase.sh

2
t/t6039-merge-ignorecase.sh

@ -15,7 +15,7 @@ test_expect_success 'merge with case-changing rename' ' @@ -15,7 +15,7 @@ test_expect_success 'merge with case-changing rename' '
>TestCase &&
git add TestCase &&
git commit -m "add TestCase" &&
git tag baseline
git tag baseline &&
git checkout -b with-camel &&
>foo &&
git add foo &&

Loading…
Cancel
Save