Re: [PATCH 0/2] Simple fixes to t7406

2018-08-07 Thread Elijah Newren
On Tue, Aug 7, 2018 at 12:50 AM, Martin Ågren wrote: > On 6 August 2018 at 17:25, Elijah Newren wrote: >> Changes since v1: >> - Simplify multiple tests using diff --name-only instead of diff --raw; >> these tests are only interested in which file was modified anyway. >> (Suggested by J

Re: [PATCH 0/2] Simple fixes to t7406

2018-08-07 Thread Martin Ågren
On 6 August 2018 at 17:25, Elijah Newren wrote: > Changes since v1: > - Simplify multiple tests using diff --name-only instead of diff --raw; > these tests are only interested in which file was modified anyway. > (Suggested by Junio) > - Avoid putting git commands upstream of a pipe, s

[PATCH 0/2] Simple fixes to t7406

2018-08-06 Thread Elijah Newren
Changes since v1: - Simplify multiple tests using diff --name-only instead of diff --raw; these tests are only interested in which file was modified anyway. (Suggested by Junio) - Avoid putting git commands upstream of a pipe, since we don't run under set -o pipefail (Suggested by E