git/t/chainlint/empty-here-doc.test

8 lines
139 B
Plaintext

test_expect_success 'empty-here-doc' '
git ls-tree $tree path >current &&
# LINT: empty here-doc
cat >expected <<\EOF &&
EOF
test_output
'