Skip to content

Commit 65e6758

Browse files
tboegigitster
authored andcommitted
t6039: fix broken && chain
Add missing &&, detected by the --chain-lint option Signed-off-by: Torsten Bögershausen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 49383dd commit 65e6758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6039-merge-ignorecase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test_expect_success 'merge with case-changing rename' '
1515
>TestCase &&
1616
git add TestCase &&
1717
git commit -m "add TestCase" &&
18-
git tag baseline
18+
git tag baseline &&
1919
git checkout -b with-camel &&
2020
>foo &&
2121
git add foo &&

0 commit comments

Comments
 (0)