t0008: avoid absolute path on Windows as colon is used in the tests
commitab5a49e371926f8b502e74231d8ed1ca91256df4
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 20 Dec 2013 00:24:45 +0000 (19 18:24 -0600)
treef134203fc484207ac70508e9283af7d507b055af
parentf1dd8bd6d9d1e0b7ee486962bf3ff0cfec08a894
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