From 65e6758767be228791a76e02e971c5565058ec79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Sat, 21 Mar 2015 22:40:02 +0100 Subject: [PATCH] t6039: fix broken && chain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing &&, detected by the --chain-lint option Signed-off-by: Torsten Bögershausen Signed-off-by: Junio C Hamano --- t/t6039-merge-ignorecase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&