diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:56:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:56:11 -0700 |
commit | 113bc160941c4bcc9211d32f17098ab5a2428fa4 (patch) | |
tree | 3ff3eabe27a44877114644c71ab2021f34d25d6c | |
parent | bb8f6de064a2b92febe06c5cbfcf98c686dce8a4 (diff) | |
parent | eb32c66e8d02306ac77fa49594652574ec317af3 (diff) | |
download | git-113bc160941c4bcc9211d32f17098ab5a2428fa4.tar.gz |
Merge branch 'ak/t5516-typofix' into maint
* ak/t5516-typofix:
t5516: correct misspelled pushInsteadOf
-rwxr-xr-x | t/t5516-fetch-push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index 85c7fecd22..594d7a6998 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 && |