Skip to content

Commit 1c6e2e2

Browse files
peffdscho
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5aa0c0d commit 1c6e2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5550-http-fetch-dumb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ test_expect_success 'cmdline credential config passes into submodules' '
103103
test_must_fail git clone --recursive super super-clone &&
104104
rm -rf super-clone &&
105105
set_askpass wrong pass@host &&
106-
git -c "credential.$HTTP_URL.username=user@host" \
106+
git -c "credential.$HTTPD_URL.username=user@host" \
107107
clone --recursive super super-clone &&
108108
expect_askpass pass user@host
109109
'

0 commit comments

Comments
 (0)