Fix behavior with non-commit upstream references
[gitweb.git] / t / t6040-tracking-info.sh
index 4b89ac71f53394fafec2697301b85c2cea7e1709..5211e244b89c033020b8bee718198a45c086edad 100755 (executable)
@@ -74,7 +74,7 @@ test_expect_success 'status when tracking lightweight tags' '
        git checkout lighttrack
 '
 
-test_expect_failure 'status when tracking annotated tags' '
+test_expect_success 'status when tracking annotated tags' '
        git checkout master &&
        git tag -m heavy heavy &&
        git branch --track heavytrack heavy >actual &&