t3206: disable parameter substitution in heredoc

In the first heredoc, parameter substitution is not used so prevent it
from happening in the future (perhaps by accident) by escaping the limit
EOF.

The remaining heredocs use parameter substitution so they cannot be
changed.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Denton Liu 2019-11-20 13:18:36 -08:00 committed by Junio C Hamano
parent 3a6e48e9f7
commit 79f3950d02
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ test_description='range-diff tests'

test_expect_success 'setup' '
git fast-import <"$TEST_DIRECTORY"/t3206/history.export &&
test_oid_cache <<-EOF
test_oid_cache <<-\EOF
# topic
t1 sha1:4de457d
t2 sha1:fccce22