diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-03-28 13:52:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-28 13:52:28 -0700 |
commit | 27ee56f9db26fb863f5f449cb3e7dade932f953a (patch) | |
tree | 480a9d71f43036b1f3106dcc6fe454877cd2936c | |
parent | Merge branch 'rs/update-hook-optim' into maint (diff) | |
parent | t5615: fix a here-doc syntax error (diff) | |
download | tgif-27ee56f9db26fb863f5f449cb3e7dade932f953a.tar.xz |
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
-rwxr-xr-x | t/t5615-alternate-env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 ' test_expect_success !MINGW 'broken quoting falls back to interpreting raw' ' |