Browse Source

Merge branch 'jk/quote-env-path-list-component' into maint

A test fix.

* jk/quote-env-path-list-component:
  t5615: fix a here-doc syntax error
maint
Junio C Hamano 8 years ago
parent
commit
27ee56f9db
  1. 1
      t/t5615-alternate-env.sh

1
t/t5615-alternate-env.sh

@ -77,6 +77,7 @@ test_expect_success 'mix of quoted and unquoted alternates' ' @@ -77,6 +77,7 @@ test_expect_success 'mix of quoted and unquoted alternates' '
check_obj "$quoted:$unquoted" <<-EOF
$one blob
$two blob
EOF
'

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

Loading…
Cancel
Save