checkout: Use remote refspecs when DWIMming tracking branches
[gitweb.git] / t / t2024-checkout-dwim.sh
index b1e34443e279c11e7aa1bff3a3a4ebb46209b934..31e3d47b801cfcae073542244db2a64a63309685 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 &&