t0060: Fix tests on Windows
commitc6a5b6a2bd4e7cd0ee0f5fc098f27184240b0834
authorJohannes Sixt <j6t@kdbg.org>
Wed, 18 Mar 2009 12:44:42 +0000 (18 13:44 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 18 Mar 2009 14:22:23 +0000 (18 15:22 +0100)
treeb6c90bc1f177b4c02a50efac577e410a3b0b0c4e
parentb948d7cf5546d3ebb17d142ecee6fbd983c4b1e7
t0060: Fix tests on Windows

Since the MSYS bash mangles absolute paths that it passes as command line
arguments to non-MSYS progams (such as git or test-path-utils), we have to
bend over backwards to squeeze some usefulness out of the existing tests.

In particular, a set of path normalization tests is added that test
relative paths. Some paths in the ancestor path tests are adjusted to help
MSYS bash's path mangling heuristics.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
t/t0060-path-utils.sh