test_expect_success 'tracking setup fails on non-matching refspec' '
git config remote.local.url . &&
test_expect_success 'tracking setup fails on non-matching refspec' '
git config remote.local.url . &&
test_must_fail git branch --track my5 local/master &&
test_must_fail git config branch.my5.remote &&
test_must_fail git config branch.my5.merge
test_must_fail git branch --track my5 local/master &&
test_must_fail git config branch.my5.remote &&
test_must_fail git config branch.my5.merge