Merge branch 'bc/http-keep-memory-given-to-curl' into maint
[gitweb.git] / t / t2024-checkout-dwim.sh
index b1e34443e279c11e7aa1bff3a3a4ebb46209b934..dee55e428f07eeac9c2d2c329ff2c1aca3f4ea98 100755 (executable)
@@ -126,7 +126,7 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
        git fetch --all
 '
 
-test_expect_failure 'checkout of branch from multiple remotes fails #2' '
+test_expect_success 'checkout of branch from multiple remotes fails #2' '
        git checkout -B master &&
        test_might_fail git branch -D bar &&
 
@@ -135,7 +135,7 @@ test_expect_failure 'checkout of branch from multiple remotes fails #2' '
        test_branch master
 '
 
-test_expect_failure 'checkout of branch from multiple remotes fails #3' '
+test_expect_success 'checkout of branch from multiple remotes fails #3' '
        git checkout -B master &&
        test_might_fail git branch -D baz &&
 
@@ -144,7 +144,7 @@ test_expect_failure 'checkout of branch from multiple remotes fails #3' '
        test_branch master
 '
 
-test_expect_failure 'checkout of branch from a single remote succeeds #3' '
+test_expect_success 'checkout of branch from a single remote succeeds #3' '
        git checkout -B master &&
        test_might_fail git branch -D spam &&
 
@@ -154,7 +154,7 @@ test_expect_failure 'checkout of branch from a single remote succeeds #3' '
        test_branch_upstream spam repo_c spam
 '
 
-test_expect_failure 'checkout of branch from a single remote succeeds #4' '
+test_expect_success 'checkout of branch from a single remote succeeds #4' '
        git checkout -B master &&
        test_might_fail git branch -D eggs &&