Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/quote-env-path-list-component' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 28 Mar 2017 20:52:28 +0000
(13:52 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 28 Mar 2017 20:52:28 +0000
(13:52 -0700)
A test fix.
* jk/quote-env-path-list-component:
t5615: fix a here-doc syntax error
t/t5615-alternate-env.sh
patch
|
blob
|
history
raw
(from parent 1:
fd7c41e
)
diff --git
a/t/t5615-alternate-env.sh
b/t/t5615-alternate-env.sh
index 26ebb0375deb67be38974c7c5610f090a5a2a9aa..d2d883f3a1d473a2b69fab05adbb21e67e5e600c 100755
(executable)
--- 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' '