]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5318-commit-graph.sh
Merge branch 'ds/commit-graph-bloom-updates' into master
[thirdparty/git.git] / t / t5318-commit-graph.sh
index 50d5f0849f031cb346271bc4fa8f01f18f8cfdf7..2804b0dd4576778de0ea99358ad87bc6377321cd 100755 (executable)
@@ -476,7 +476,7 @@ corrupt_graph_verify() {
                cp $objdir/info/commit-graph commit-graph-pre-write-test
        fi &&
        git status --short &&
-       GIT_TEST_COMMIT_GRAPH_DIE_ON_LOAD=true git commit-graph write &&
+       GIT_TEST_COMMIT_GRAPH_DIE_ON_PARSE=true git commit-graph write &&
        chmod u+w $objdir/info/commit-graph &&
        git commit-graph verify
 }