From: Junio C Hamano Date: Mon, 27 Mar 2017 17:59:21 +0000 (-0700) Subject: Merge branch 'jk/quote-env-path-list-component' X-Git-Tag: v2.13.0-rc0~71 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2bef9beaf63b0d89a7fd397ceb3d61363c14cd2b?ds=inline;hp=-c Merge branch 'jk/quote-env-path-list-component' A test fix. * jk/quote-env-path-list-component: t5615: fix a here-doc syntax error --- 2bef9beaf63b0d89a7fd397ceb3d61363c14cd2b diff --combined t/t5615-alternate-env.sh index 26ebb0375d,63ef0b7995..d2d883f3a1 --- a/t/t5615-alternate-env.sh +++ b/t/t5615-alternate-env.sh @@@ -31,14 -31,14 +31,14 @@@ test_expect_success 'objects inaccessib ' test_expect_success 'access alternate via absolute path' ' - check_obj "$(pwd)/one.git/objects" <<-EOF + check_obj "$PWD/one.git/objects" <<-EOF $one blob $two missing EOF ' test_expect_success 'access multiple alternates' ' - check_obj "$(pwd)/one.git/objects:$(pwd)/two.git/objects" <<-EOF + check_obj "$PWD/one.git/objects:$PWD/two.git/objects" <<-EOF $one blob $two blob EOF @@@ -77,6 -77,7 +77,7 @@@ test_expect_success 'mix of quoted and check_obj "$quoted:$unquoted" <<-EOF $one blob $two blob + EOF ' test_expect_success !MINGW 'broken quoting falls back to interpreting raw' '