From: Junio C Hamano Date: Fri, 6 Mar 2015 23:02:32 +0000 (-0800) Subject: Merge branch 'ak/t5516-typofix' X-Git-Tag: v2.4.0-rc0~55 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b?hp=a11c508d5619c696816d93da0b43a0fe7087dccc Merge branch 'ak/t5516-typofix' * ak/t5516-typofix: t5516: correct misspelled pushInsteadOf --- diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index e4436c1700..630885d6df 100755 --- a/t/t5516-fetch-push.sh +++ b/t/t5516-fetch-push.sh @@ -238,7 +238,7 @@ test_expect_success 'push with pushInsteadOf' ' test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' ' mk_empty testrepo && test_config "url.trash2/.pushInsteadOf" testrepo/ && - test_config "url.trash3/.pusnInsteadOf" trash/wrong && + test_config "url.trash3/.pushInsteadOf" trash/wrong && test_config remote.r.url trash/wrong && test_config remote.r.pushurl "testrepo/" && git push r refs/heads/master:refs/remotes/origin/master &&