mingw: skip a test in t9130 that cannot pass on Windows
commitb9f3560c1ebcc26ebde5366e9a0d16eadc01f444
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 27 Jan 2016 16:20:22 +0000 (27 17:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2016 21:36:11 +0000 (28 13:36 -0800)
tree35eef5edc4cb8d9b21bd5fb0c37285567230b1d3
parentb2fe06572226a6056776e3a4e5cd4ad273e60c08
mingw: skip a test in t9130 that cannot pass on Windows

On Windows, Git itself has no clue about POSIX paths, but its shell
scripts do. In this instance, we get mixed paths as a result, and when
comparing the path of the author file, we get a mismatch that is
entirely due to the POSIX path vs Windows path clash.

Let's just skip this test so that t9130-git-svn-authors-file.sh passes
in Git for Windows' SDK.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9130-git-svn-authors-file.sh