Skip to content

Commit 8965028

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a96250c commit 8965028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5550-http-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test_expect_success 'cloning password-protected repository can fail' '
6666

6767
test_expect_success 'http auth can use user/pass in URL' '
6868
>askpass-query &&
69-
echo wrong >askpass-reponse &&
69+
echo wrong >askpass-response &&
7070
git clone "$HTTPD_URL_USER_PASS/auth/repo.git" clone-auth-none &&
7171
test_cmp askpass-expect-none askpass-query
7272
'

0 commit comments

Comments
 (0)