mingw: fix t9700's assumption about directory separators
commitd53c2c67380f769f91fd45cc8c63a5883245ccca
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 27 Jan 2016 16:19:56 +0000 (27 17:19 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2016 21:35:56 +0000 (28 13:35 -0800)
tree620990a4783f08344e9d33cf04e98be229124247
parent8facec08fe45359e2147175cd8276df9c08b3fbc
mingw: fix t9700's assumption about directory separators

This test assumed that there is only one directory separator (the
forward slash), not 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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9700/test.pl