t0008: avoid absolute path on Windows as colon is used in the tests
commit4c5a9912f3cfcd1dbac1f15affb8b6dca74cc70b
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:46 +0000 (15 09:42 +0200)
tree5f5066a507de3e05b69dc76025e7cda267872dcd
parent34df2f8a2ef13c2cb62cdb026e84eaacdb2f5ed3
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