Re: [PATCH] t5318: use 'test_cmp_bin' to compare commit-graph files
From: SZEDER Gábor <hidden>
Date: 2018-08-13 11:41:29
From: SZEDER Gábor <hidden>
Date: 2018-08-13 11:41:29
On Mon, Aug 13, 2018 at 1:24 PM Derrick Stolee [off-list ref] wrote:
On 8/12/2018 4:18 PM, SZEDER Gábor wrote:quoted
The commit-graph files are binary files, so they should not be compared with 'test_cmp', because that might cause issues on Windows, where 'test_cmp' is a shell function to deal with random LF-CRLF conversions. Use 'test_cmp_bin' instead.
Hang on a minute, this is not the commit message I wanted to send out...