t0008: avoid absolute path on Windows as colon is used in the tests
commit7f2d9843a9df9aabdd380c98dbb382ced1348006
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Feb 2014 18:08:08 +0000 (17 12:08 -0600)
tree1f5f0037af780a8301e1dc6a05871b3d128d3714
parent4f11e3d22e6618ddd47abc2620bf4bef7ba74509
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