diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2013-06-25 23:53:57 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 11:25:12 -0700 |
commit | abd4284bc62127a2db69c8c81501a56bb29284c8 (patch) | |
tree | 1c21a7699b9267454c944f1c6fedca0c25d4a0d8 /t/t7408-submodule-reference.sh | |
parent | test: add t7301 for git-clean--interactive (diff) | |
download | tgif-abd4284bc62127a2db69c8c81501a56bb29284c8.tar.xz |
test: run testcases with POSIX absolute paths on Windows
Some test cases are skipped on Windows by marking with POSIX prereq.
This is because arguments look like absolute paths (such as /a/b)
for regular Windows programs (*.exe executables, no bash scripts)
are changed to Windows paths (like C:/msysgit/a/b).
There is no cygpath nor equivalent on msysGit, but it is easy to
write one. New subcommand "mingw_path" is added in test-path-utils,
so that we can get the expected absolute paths on Windows. E.g.
COMMAND LINE Linux output Windows output
================================== ============ ===============
test-path-utils mingw_path / / C:/msysgit
test-path-utils mingw_path /a/b/ /a/b/ C:/msysgit/a/b/
With this utility, most skipped test cases in t0060 can be turned on
to be tested correctly on Windows.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7408-submodule-reference.sh')
0 files changed, 0 insertions, 0 deletions