t0008: avoid absolute path on Windows as colon is used in the tests
commit9f3afbc3f650731ec49d4b9f2b34ffb05bf3b036
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:41:49 +0000 (29 10:41 +0200)
tree454e2258cf145d89e317f5a37d90f17519f419ef
parente2e62cef2974256f8a4f5044dc91953794d861e0
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