]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5324-split-commit-graph.sh
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
[thirdparty/git.git] / t / t5324-split-commit-graph.sh
index e2c39533d3f8ce292f151d82f19dd753b564b882..115aabd1416b8f3e243282aa811c273ca2a15e41 100755 (executable)
@@ -320,7 +320,7 @@ test_expect_success 'add octopus merge' '
        git merge commits/3 commits/4 &&
        git branch merge/octopus &&
        git commit-graph write --reachable --split &&
-       git commit-graph verify 2>err &&
+       git commit-graph verify --progress 2>err &&
        test_line_count = 3 err &&
        test_i18ngrep ! warning err &&
        test_line_count = 3 $graphdir/commit-graph-chain