Raw
1 test_expect_success 'empty-here-doc' '
2 git ls-tree $tree path >current &&
3 # LINT: empty here-doc
4 cat >expected <<\EOF &&
5 EOF
6 test_output
7 '