t0008: avoid absolute path
authorPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 27 Jan 2016 16:20:03 +0000 (17:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2016 21:35:56 +0000 (13:35 -0800)
commit2b3abd45bdd8a9dfd80dd07dfbc3745a69b21abc
treeaa72d7b42291cb739fe457daedaa8b4bd1365779
parentfd318a941d8bb7cc832412f26a25313121cc0d21
t0008: avoid absolute path

The colon is used by check-ignore to separate paths from other output
values. If we use an absolute path, however, on Windows it will be
converted into a Windows path that very much contains a colon.

It is actually not at all necessary to make the path of the global
excludes absolute, so let's just not even do that.

Based on suggestions by Karsten Blees and Junio Hamano.

Suggested-by: Karsten Blees <karsten.blees@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0008-ignores.sh