On Wed, Mar 22, 2017 at 01:08:03PM -0700, Junio C Hamano wrote: > From: Jan Palus <jan.palus@xxxxxxxxx> > > This came as part of jk/quote-env-path-list-component and was merged > to 2.11.1 and later. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > --- > > * This should be applied on top of 5e74824f ("t5615-alternate-env: > double-quotes in file names do not work on Windows", 2016-12-21) > > t/t5615-alternate-env.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/t/t5615-alternate-env.sh b/t/t5615-alternate-env.sh > index 26ebb0375d..d2d883f3a1 100755 > --- a/t/t5615-alternate-env.sh > +++ b/t/t5615-alternate-env.sh > @@ -77,6 +77,7 @@ test_expect_success 'mix of quoted and unquoted alternates' ' > check_obj "$quoted:$unquoted" <<-EOF > $one blob > $two blob > + EOF > ' Thanks, this one is my fault, and the solution is obviously correct. -Peff