]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mingw: skip a test in t9130 that cannot pass on Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 27 Jan 2016 16:20:22 +0000 (17:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2016 21:36:11 +0000 (13:36 -0800)
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

index c44de267a1c0e2546eb06c3607d2daef41a6a330..0a9cd87136a7c7637095391a314407ffe653cc2f 100755 (executable)
@@ -91,7 +91,7 @@ test_expect_success 'fetch continues after authors-file is fixed' '
        )
        '
 
-test_expect_success 'fresh clone with svn.authors-file in config' '
+test_expect_success !MINGW 'fresh clone with svn.authors-file in config' '
        (
                rm -r "$GIT_DIR" &&
                test x = x"$(git config svn.authorsfile)" &&