]> git.ipfire.org Git - thirdparty/git.git/commit
t4038-diff-combined: quote paths with whitespace
authorTodd Zullinger <tmz@pobox.com>
Sun, 17 Mar 2019 23:02:39 +0000 (19:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Mar 2019 06:52:36 +0000 (15:52 +0900)
commit7951a016a55eb9e4698a8dc5805a5724515bf589
treee7ac8458d62ef15b479d63aa2e3c57c944a0777c
parent0e94f7aa730b108f7907cfab1b2a7fba965de442
t4038-diff-combined: quote paths with whitespace

d76ce4f734 ("log,diff-tree: add --combined-all-paths option",
2019-02-07) added tests for files containing tabs.

When the tests are run with bash, the lack of quoting during the file
setup causes 'ambiguous redirect' errors.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4038-diff-combined.sh