t0008: avoid absolute path on Windows as colon is used in the tests
commit8d5bf4118fb82f40d172dbc707afad78aa115fed
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:42 +0000 (10 16:56 -0500)
tree5f5066a507de3e05b69dc76025e7cda267872dcd
parent43660bc45500cb993440c4f194200127398e4ed2
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