X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5516-fetch-push.sh;h=6805032a05cba00536f8d0621873741773a49f92;hb=ac083c47ea226b470afab39d975e718a475a3c78;hp=c5c59335f36d0d8f6a26ee606fd605e74e2d1e33;hpb=9bd81e4249a419f9cde8fd68e033e263533f4914;p=git.git diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index c5c59335f..6805032a0 100755 --- a/t/t5516-fetch-push.sh +++ b/t/t5516-fetch-push.sh @@ -146,7 +146,7 @@ test_expect_success 'push with wildcard' ' test_expect_success 'push with insteadOf' ' mk_empty && TRASH="$(pwd)/" && - git config "url./$TRASH/.insteadOf" trash/ && + git config "url.$TRASH.insteadOf" trash/ && git push trash/testrepo refs/heads/master:refs/remotes/origin/master && ( cd testrepo &&