]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5324-split-commit-graph.sh
commit-graph: expire commit-graph files
[thirdparty/git.git] / t / t5324-split-commit-graph.sh
index 46f0832f6801009624b644b3de1bb89696e7710c..76068ee4077e6c2a4cfaf6ed24832b5f0f1f335f 100755 (executable)
@@ -141,7 +141,7 @@ test_expect_success 'add one commit, write a merged graph' '
        test_path_is_file $graphdir/commit-graph-chain &&
        test_line_count = 2 $graphdir/commit-graph-chain &&
        ls $graphdir/graph-*.graph >graph-files &&
-       test_line_count = 4 graph-files &&
+       test_line_count = 2 graph-files &&
        verify_chain_files_exist $graphdir
 '