t0008: avoid absolute path on Windows as colon is used in the tests
commit2c6b0c7b12512dfb5fcb29aed53a27bbb52b2565
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 14:38:07 +0000 (30 15:38 +0100)
tree1ac235da9d21cc527ccad7edbf59a9eafd9560ad
parent5526086edf0ba1b2abf3cd62b75d3f0a6c7e2221
t0008: avoid absolute path on Windows as colon is used in the tests

The test separator char is a colon which means any absolute paths on windows
confuse the tests that use global_excludes.

Suggested-by: Karsten Blees <karsten.blees@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t0008-ignores.sh