use "<<-" instead of "<<" Signed-off-by: Shuqi Liang <cheskaqiqi@xxxxxxxxx> --- t/t4113-apply-ending.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t4113-apply-ending.sh b/t/t4113-apply-ending.sh index d84f632bc3..d5b15e97d3 100755 --- a/t/t4113-apply-ending.sh +++ b/t/t4113-apply-ending.sh @@ -8,7 +8,7 @@ test_description='git apply trying to add an ending line. ' . ./test-lib.sh -cat >test-patch <<\EOF +cat >test-patch <<-\EOF diff --git a/file b/file --- a/file +++ b/file @@ -31,7 +31,7 @@ test_expect_success 'apply at the end' ' ' test_expect_success 'setup for apply at the beginning' ' - cat >test-patch <<\EOF + cat >test-patch <<-\EOF diff a/file b/file --- a/file +++ b/file -- 2.39.0