diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-03-22 12:56:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-22 13:31:52 -0700 |
commit | 37e61153e2a2633ef3c9cfbe988b9d80ac809ee7 (patch) | |
tree | 77db429fcfc562c9be62ac31bb2217a74a2c6809 | |
parent | t5615-alternate-env: double-quotes in file names do not work on Windows (diff) | |
download | tgif-37e61153e2a2633ef3c9cfbe988b9d80ac809ee7.tar.xz |
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>
-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 79628db3ec..63ef0b7995 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' ' |