t0008: avoid absolute path on Windows as colon is used in the tests
commit27dd40e86dc03d1c5bf4fb72b252cf704b3f8d73
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 30 May 2013 12:24:48 +0000 (30 13:24 +0100)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:32:50 +0000 (16 16:32 +0200)
treecb4dd8978aff32800b5c899f1598e2f6eaf7a6df
parentd2699ac5ef1669c18aa791bb8a4d6d3791d4318c
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