tests: use correct file:// URL for random_blob path
commit072e33c3a4ead1f9cb5b40c462df426dbc1fa5ba
authorEric Wong <e@80x24.org>
Thu, 17 Nov 2016 02:41:55 +0000 (17 02:41 +0000)
committerEric Wong <e@80x24.org>
Thu, 17 Nov 2016 02:47:09 +0000 (17 02:47 +0000)
treec4c966805d3ab2b06ace3a135611cdf665163d16
parent50e91f1ac0cdbd6da85f298b0e29c94018b5b989
tests: use correct file:// URL for random_blob path

Apparently RFC1738 designates hostname support for file:// and
curl historically had this wrong, but my current curl version
(7.38.0-4+deb8u5 from Debian 8) is stricter.  Anyways, this seems
to handle $PWD with spaces and possibly other strange
characters, so URL encoding here doesn't seem to be strictly
necessary.
t/byte-range-common.sh