t5705: the file:// URL should be absolute
commitf904f6603a0c34645dbb307408e0e4033b5e1113
authorTorsten Bögershausen <tboegi@web.de>
Thu, 13 Nov 2014 07:36:07 +0000 (13 08:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Nov 2014 18:41:56 +0000 (13 10:41 -0800)
treeecb4196c5b2543ebbf43035bacb2b2553feb083a
parent7fa1365c54c28b3cd9375539f381b54061a1880d
t5705: the file:// URL should be absolute

The test misused a URL "file://." to mean "relative to here",
which we no longer accept.

In a file:// URL, typically there is no host, and RFC1738 says that
file:///<path> should be used.

Update t5705 to use a working URL.

Reported-by: Michael Blume <blume.mike@gmail.com>
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5705-clone-2gb.sh