Skip to content

Commit eb32c66

Browse files
anderskgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit eb32c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5516-fetch-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test_expect_success 'push with pushInsteadOf' '
237237
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
238238
mk_empty testrepo &&
239239
test_config "url.trash2/.pushInsteadOf" testrepo/ &&
240-
test_config "url.trash3/.pusnInsteadOf" trash/wrong &&
240+
test_config "url.trash3/.pushInsteadOf" trash/wrong &&
241241
test_config remote.r.url trash/wrong &&
242242
test_config remote.r.pushurl "testrepo/" &&
243243
git push r refs/heads/master:refs/remotes/origin/master &&

0 commit comments

Comments
 (0)