mingw: verify that paths are not mistaken for remote nicknames
commit13b57da83384e9523943ea9d8ecf3ec7993ce56a
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 29 May 2017 20:25:25 +0000 (29 22:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Jun 2017 01:39:50 +0000 (2 10:39 +0900)
tree42d912493c03ec9aff115bde95c319585f496f3d
parent15d980a785f8c962bc032df40cb42fdc269c9dc6
mingw: verify that paths are not mistaken for remote nicknames

This added test case simply verifies that users will not be bothered
with bogus complaints à la

warning: unable to access '.git/remotes/D:\repo': Invalid argument

when fetching from a Windows path (in this case, D:\repo).

[j6t: mark the new test as test_expect_failure]

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5580-clone-push-unc.sh