t0008: avoid absolute path on Windows as colon is used in the tests
commit2566a18df125441a88e152f4faa0b3b06f52a4c7
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:37:49 +0000 (13 09:37 +0100)
tree1abacf9d4715374235c42e9ec11beac5b318f95b
parent95708003ea2a46587b890c271930fe0033934b6e
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