t0008: avoid absolute path on Windows as colon is used in the tests
commitd6a503cccb006285e1f16bd19c77660e1830ebee
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Dec 2013 01:18:03 +0000 (29 19:18 -0600)
tree4922537cd11f5bcac79d5060fdb060845dd14add
parentacb45b99adc507663cc4cd743ff5a12086a73880
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