diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-06 15:02:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-06 15:02:32 -0800 |
commit | 36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b (patch) | |
tree | 409b408601b24c2958c3796159d4480dbd50ac02 /t/t5516-fetch-push.sh | |
parent | a11c508d5619c696816d93da0b43a0fe7087dccc (diff) | |
parent | eb32c66e8d02306ac77fa49594652574ec317af3 (diff) | |
download | git-36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b.tar.gz |
Merge branch 'ak/t5516-typofix'
* ak/t5516-typofix:
t5516: correct misspelled pushInsteadOf
Diffstat (limited to 't/t5516-fetch-push.sh')
-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 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 && |