test_expect_success '"upstream" does not push on unconfigured remote' '
@ -30,7 +50,7 @@ test_expect_success '"upstream" does not push on unconfigured remote' '
@@ -30,7 +50,7 @@ test_expect_success '"upstream" does not push on unconfigured remote' '
test_unconfig branch.master.remote &&
test_config push.default upstream &&
test_commit three &&
test_must_fail git push
test_push_failure upstream
'
test_expect_success '"upstream" does not push on unconfigured branch' '
@ -39,7 +59,7 @@ test_expect_success '"upstream" does not push on unconfigured branch' '
@@ -39,7 +59,7 @@ test_expect_success '"upstream" does not push on unconfigured branch' '
test_unconfig branch.master.merge &&
test_config push.default upstream
test_commit four &&
test_must_fail git push
test_push_failure upstream
'
test_expect_success '"upstream" does not push when remotes do not match' '