summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2015-03-01 04:18:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-03 20:07:18 (GMT)
commiteb32c66e8d02306ac77fa49594652574ec317af3 (patch)
tree64759ad13eb1aaa02beb2bd2d27231c655ab093d /t/t5516-fetch-push.sh
parent282616c72d1d08a77ca4fe1186cb708c38408d87 (diff)
downloadgit-eb32c66e8d02306ac77fa49594652574ec317af3.zip
git-eb32c66e8d02306ac77fa49594652574ec317af3.tar.gz
git-eb32c66e8d02306ac77fa49594652574ec317af3.tar.bz2
t5516: correct misspelled pushInsteadOf
A future breakage to "git push" to make it incorrectly pay attention to pushInsteadOf when it should not will be left uncaught without this change. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 67e0ab3..393285a 100755
--- a/t/t5516-fetch-push.sh
+++ b/t/t5516-fetch-push.sh
@@ -237,7 +237,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 &&