Skip to content

Commit

Permalink
Merge branch 'ak/t5516-typofix' into maint
Browse files Browse the repository at this point in the history
* ak/t5516-typofix:
  t5516: correct misspelled pushInsteadOf
  • Loading branch information
Junio C Hamano committed Mar 14, 2015
2 parents bb8f6de + eb32c66 commit 113bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5516-fetch-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 113bc16

Please sign in to comment.