diff options
Diffstat (limited to 't/chainlint/empty-here-doc.expect')
| -rw-r--r-- | t/chainlint/empty-here-doc.expect | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/chainlint/empty-here-doc.expect b/t/chainlint/empty-here-doc.expect index 8507721192..54b33f823a 100644 --- a/t/chainlint/empty-here-doc.expect +++ b/t/chainlint/empty-here-doc.expect @@ -1,4 +1,4 @@ -git ls-tree $tree path >current && -cat >expected <<\EOF && -EOF -test_output +2 git ls-tree $tree path >current && +3 cat >expected <<\EOF && +4 EOF +5 test_output |
