From: Torsten Bögershausen Date: Sat, 21 Mar 2015 21:40:02 +0000 (+0100) Subject: t6039: fix broken && chain X-Git-Tag: v2.4.0-rc0~1^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65e6758767be228791a76e02e971c5565058ec79;p=thirdparty%2Fgit.git t6039: fix broken && chain Add missing &&, detected by the --chain-lint option Signed-off-by: Torsten Bögershausen Signed-off-by: Junio C Hamano --- diff --git a/t/t6039-merge-ignorecase.sh b/t/t6039-merge-ignorecase.sh index a977653147..531850d834 100755 --- a/t/t6039-merge-ignorecase.sh +++ b/t/t6039-merge-ignorecase.sh @@ -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 &&