t9902: mingw-specific fix for gitfile link files
commit498e5f67ea0db879670a56552aa0b270d592ef33
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 20:37:42 +0000 (2 21:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:38:30 +0000 (13 09:38 +0100)
tree2862a46c40561f05db8fda009d26466326656515
parent58166f67c2e867307451cb6e8558b66564ba2ce0
t9902: mingw-specific fix for gitfile link files

The path in a .git platform independent link file needs to be absolute
and under mingw we need it to be a windows type path, not a unix style
path so it should start with a drive letter and not a /.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t9902-completion.sh