Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-07 02:02:32 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-07 02:02:32 +0300
commit36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b (patch)
tree409b408601b24c2958c3796159d4480dbd50ac02 /t
parenta11c508d5619c696816d93da0b43a0fe7087dccc (diff)
parenteb32c66e8d02306ac77fa49594652574ec317af3 (diff)
Merge branch 'ak/t5516-typofix'
* ak/t5516-typofix: t5516: correct misspelled pushInsteadOf
Diffstat (limited to 't')
-rwxr-xr-xt/t5516-fetch-push.sh2
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 &&