Skip to content

Commit 37e6115

Browse files
committed
t5615: fix a here-doc syntax error
This came as part of jk/quote-env-path-list-component and was merged to 2.11.1 and later. Noticed-by: Jan Palus <jan.palus@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5e74824 commit 37e6115

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

t/t5615-alternate-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ test_expect_success 'mix of quoted and unquoted alternates' '
7777
check_obj "$quoted:$unquoted" <<-EOF
7878
$one blob
7979
$two blob
80+
EOF
8081
'
8182

8283
test_expect_success !MINGW 'broken quoting falls back to interpreting raw' '

0 commit comments

Comments
 (0)