From: Jeff King Date: Sat, 10 Dec 2011 10:30:10 +0000 (-0500) Subject: t5550: fix typo X-Git-Tag: v1.7.9-rc0~31^2~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=89650285d8ef98173190a80f1d070a33092c9314;p=git.git t5550: fix typo This didn't have an impact, because it was just setting up an "expect" file that happened to be identical to the one in the test before it. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index 311a33ca8..3d6e87195 100755 --- a/t/t5550-http-fetch.sh +++ b/t/t5550-http-fetch.sh @@ -66,7 +66,7 @@ test_expect_success 'cloning password-protected repository can fail' ' test_expect_success 'http auth can use user/pass in URL' ' >askpass-query && - echo wrong >askpass-reponse && + echo wrong >askpass-response && git clone "$HTTPD_URL_USER_PASS/auth/repo.git" clone-auth-none && test_cmp askpass-expect-none askpass-query '