mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-22 04:16:27 -05:00
This test assumed that there are no two equivalent directory separators. However, on Windows, the back slash and the forward slash *are* equivalent. Let's paper over this issue by converting the backward slashes to forward ones in the test that fails with MSys2 otherwise. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>