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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5e74824 commit 37e6115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)