commit | 8facec08fe45359e2147175cd8276df9c08b3fbc | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <johannes.schindelin@gmx.de> | Wed Jan 27 17:19:52 2016 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 28 13:35:56 2016 -0800 |
tree | beb8700abb9707acc5f874aa56339f4c861bda0a | |
parent | a390d7e8f96fbc40e8eaf5180e3e1422f5d7ddc2 [diff] |
mingw: skip test in t1508 that fails due to path conversion In Git for Windows, the MSYS2 POSIX emulation layer used by the Bash converts command-line arguments that looks like they refer to a POSIX path containing a file list (i.e. @<absolute-path>) into a Windows path equivalent when calling non-MSYS2 executables, such as git.exe. Let's just skip the test that uses the parameter `@/at-test` that confuses the MSYS2 runtime. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>