t1091: improve here-docs
commitd622c34396b3ea1a81f07d951ee1112f83d9330c
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 24 Jan 2020 21:19:32 +0000 (24 21:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jan 2020 21:26:54 +0000 (24 13:26 -0800)
tree798fcb71f7661cb27c4f11348f2cdf95cdeb8494
parent522e6417487cc5c3f2f6d49c8f63554af63d8eda
t1091: improve here-docs

t1091-sparse-checkout-builtin.sh uses here-docs to populate the
expected contents of the sparse-checkout file. These do not use
shell interpolation, so use "-\EOF" instead of "-EOF". Also use
proper tabbing.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1091-sparse-checkout-builtin.sh