Re: [PATCH v4 1/3] test: use unambigous leading path (/foo) for mingw

2013-10-13 Thread Jiang Xin
2013/10/11 Sebastian Schuberth : >> In test cases for relative_path, path with one leading character >> (such as /a, /x) may be recogonized as "a:/" or "x:/" if there is >> such DOS drive on MINGW platform. Use an umambigous leading path >> "/foo" instead. >> >> Also change two leading slashes (//)

Re: [PATCH v4 1/3] test: use unambigous leading path (/foo) for mingw

2013-10-10 Thread Sebastian Schuberth
On 20.09.2013 04:38, Jiang Xin wrote: In test cases for relative_path, path with one leading character (such as /a, /x) may be recogonized as "a:/" or "x:/" if there is such DOS drive on MINGW platform. Use an umambigous leading path "/foo" instead. > > Also change two leading slashes (//) to t

[PATCH v4 1/3] test: use unambigous leading path (/foo) for mingw

2013-09-19 Thread Jiang Xin
In test cases for relative_path, path with one leading character (such as /a, /x) may be recogonized as "a:/" or "x:/" if there is such DOS drive on MINGW platform. Use an umambigous leading path "/foo" instead. Also change two leading slashes (//) to three leading slashes (///), otherwize it will