Skip to content

Commit

Permalink
t6039: fix broken && chain
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Torsten Bögershausen authored and Junio C Hamano committed Mar 22, 2015
1 parent 49383dd commit 65e6758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t6039-merge-ignorecase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 65e6758

Please sign in to comment.