]> granicus.if.org Git - curl/commit
test1143: disable MSYS2's POSIX path conversion
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 20 Jul 2018 09:00:57 +0000 (11:00 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 20 Jul 2018 14:08:58 +0000 (16:08 +0200)
commit7bc118043749d3a533e16b45269446a1edbd09d8
tree11a130efc80150f97f7948a3197069a7894bb769
parentdb2ac90eaf45f995608cf97bb1b2f811a143477e
test1143: disable MSYS2's POSIX path conversion

By default, the MSYS2 bash interprets http:/%HOSTIP:%HTTPPORT/want/1143
as a POSIX file list and converts it to a Windows file list.
Disable this with MSYS2_ARG_CONV_EXCL for the test to pass.

Ref https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces
Closes https://github.com/curl/curl/pull/2765
tests/data/test1143