t5550: fix typo in $HTTPD_URL
commit1149ee214e6b9e2450f817a808f74e4e761e7295
authorJeff King <peff@peff.net>
Thu, 28 Apr 2016 13:36:37 +0000 (28 09:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Apr 2016 17:47:34 +0000 (28 10:47 -0700)
tree90d39d097a7a4c2f24f21cdc73845281fd0b10d2
parentd1f884986d4bdea6b2d5f424ef7d2ca441070a61
t5550: fix typo in $HTTPD_URL

Commit 14111fc (git: submodule honor -c credential.* from
command line, 2016-02-29) accidentally wrote $HTTP_URL. It
happened to work because we ended up with "credential..helper",
which we treat the same as "credential.helper", applying it
to all URLs.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5550-http-fetch-dumb.sh