Re: [PATCH] t7500: fix tests with absolute path following ":(optional)" on Windows
From: Junio C Hamano <hidden>
Date: 2025-10-20 16:17:10
From: Junio C Hamano <hidden>
Date: 2025-10-20 16:17:10
Johannes Sixt [off-list ref] writes:
Existing test cases that expect that the specified file does not exist are not incorrect (after all, git.exe will not find /c/dir/template). Yet, they are conceptually incorrect.
Wow, if I am counting correctly, the oldest one is from July 2007, and we have been running these tests without anybody noticing? That's just ... wow.
Signed-off-by: Johannes Sixt <redacted> --- It's pure coincidence that I had a closer look at t7500 today.
Thanks, will queue.