[PATCH v14 16/16] test: run testcases with POSIX absolute paths on Windows

2013-06-24 Thread Jiang Xin
Add new subcommand mingw_path in test-path-utils, so that we can get the expected absolute paths on Windows. For example: COMMAND LINELinux Windows == = === test-path-utils mingw_path // C:/msysgit

Re: [PATCH v14 16/16] test: run testcases with POSIX absolute paths on Windows

2013-06-24 Thread Johannes Sixt
Am 24.06.2013 17:21, schrieb Jiang Xin: Add new subcommand mingw_path in test-path-utils, so that we can get the expected absolute paths on Windows. For example: COMMAND LINELinux Windows == = ===

Re: [PATCH v14 16/16] test: run testcases with POSIX absolute paths on Windows

2013-06-24 Thread Jiang Xin
2013/6/25 Johannes Sixt j...@kdbg.org: Thanks for working on this. Did you have an opportunity to test on Windows? Yes, I write this commit on Windows, and have tested it in msysGit. +mingw_path() { + case $2 in + NO_MINGW) + echo $1 + ;; + *) +