]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5318-commit-graph.sh
commit-graph: fix corrupt upgrade from generation v1 to v2
[thirdparty/git.git] / t / t5318-commit-graph.sh
index b85d07f60a49b864c46f3530fe736fad5718181f..db89542dfb3fe93dad02b90cf5ced1b46ee96a15 100755 (executable)
@@ -811,7 +811,7 @@ test_expect_success 'set up and verify repo with generation data overflow chunk'
 
 graph_git_behavior 'generation data overflow chunk repo' repo left right
 
-test_expect_failure 'overflow during generation version upgrade' '
+test_expect_success 'overflow during generation version upgrade' '
        git init overflow-v2-upgrade &&
        (
                cd overflow-v2-upgrade &&