Skip to content

Commit 79f3950

Browse files
Denton-Lgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a6e48e commit 79f3950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3206-range-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test_description='range-diff tests'
99

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

0 commit comments

Comments
 (0)