diff options
Diffstat (limited to 't/chainlint/empty-here-doc.test')
| -rw-r--r-- | t/chainlint/empty-here-doc.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/empty-here-doc.test b/t/chainlint/empty-here-doc.test index 24fc165de3..8b7ab6eb5f 100644 --- a/t/chainlint/empty-here-doc.test +++ b/t/chainlint/empty-here-doc.test @@ -1,5 +1,7 @@ +test_expect_success 'empty-here-doc' ' git ls-tree $tree path >current && # LINT: empty here-doc cat >expected <<\EOF && EOF test_output +' |
