Re: [PATCH] t4038-diff-combined: quote paths with whitespace

2019-03-18 Thread Elijah Newren
On Sun, Mar 17, 2019 at 4:02 PM Todd Zullinger wrote: > > 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. > > Sig

Re: [PATCH] t4038-diff-combined: quote paths with whitespace

2019-03-17 Thread Junio C Hamano
Todd Zullinger writes: > 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. Thanks.

Re: [PATCH] t4038-diff-combined: quote paths with whitespace

2019-03-17 Thread Eric Sunshine
On Sun, Mar 17, 2019 at 7:02 PM Todd Zullinger wrote: > d76ce4f734 ("log,diff-tree: add --combined-all-paths option", > 2019-02-07) added tests for files containing tabs. s/files/filenames/ > When the tests are run with bash, the lack of quoting during the file > setup causes 'ambiguous redirect

[PATCH] t4038-diff-combined: quote paths with whitespace

2019-03-17 Thread Todd Zullinger
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 --- Hi, I noticed these failures while r