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>

Junio C Hamano committed Mar 22, 2017 at 12:56 UTC 37e61153e2a2633ef3c9cfbe988b9d80ac809ee7
1 file changed +1
t/t5615-alternate-env.sh
+1
@@ -77,6 +77,7 @@ test_expect_success 'mix of quoted and unquoted alternates' '
77 check_obj "$quoted:$unquoted" <<-EOF
78 $one blob
79 $two blob
80 + EOF
81 '
82
83 test_expect_success !MINGW 'broken quoting falls back to interpreting raw' '