t4030, t4031: work around bogus MSYS bash path conversion
commit6396258368b76d432090c81096755dc1fbc89551
authorJohannes Sixt <j6t@kdbg.org>
Fri, 1 Jan 2010 22:15:18 +0000 (1 23:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jan 2010 07:41:51 +0000 (5 23:41 -0800)
tree9da3aee35fc2ea5281d680445fa2f66ffdffb1c5
parent7ed7fac45a696ba6343707c7c8f4b268f309be32
t4030, t4031: work around bogus MSYS bash path conversion

Recall that MSYS bash converts POSIX style absolute paths to Windows style
absolute paths. Unfortunately, it converts a program argument that begins
with a double-quote and otherwise looks like an absolute POSIX path, but
in doing so, it strips everything past the second double-quote[*]. This
case is triggered in the two test scripts. The work-around is to place the
Windows style path returned by $(pwd) between the quotes to avoid the path
conversion.

[*] It is already bogus that a conversion is even considered when a program
argument begins with a double-quote because it cannot be an absolute POSIX
path.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4030-diff-textconv.sh
t/t4031-diff-rewrite-binary.sh