summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-06 23:02:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-06 23:02:32 (GMT)
commit36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b (patch)
tree409b408601b24c2958c3796159d4480dbd50ac02 /t/t5516-fetch-push.sh
parenta11c508d5619c696816d93da0b43a0fe7087dccc (diff)
parenteb32c66e8d02306ac77fa49594652574ec317af3 (diff)
downloadgit-36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b.zip
git-36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b.tar.gz
git-36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b.tar.bz2
Merge branch 'ak/t5516-typofix'
* ak/t5516-typofix: t5516: correct misspelled pushInsteadOf
Diffstat (limited to 't/t5516-fetch-push.sh')
-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 e4436c1..630885d 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 &&