t0008: avoid absolute path on Windows as colon is used in the tests
commitb530e4bf3988e4e2e0fe39105fe9f6418affc128
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:29 +0000 (10 13:53 -0500)
tree1d2e3a159dd95b7c5aea7e4ad77a044b2ebef54b
parent4a70c2b0e3af04fe4bd36e769215a8769fb4e4d4
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