Merge branch 'ds/feature-macros'
[gitweb.git] / t / t5324-split-commit-graph.sh
index 19aa40de15c70c391d30a4a23b50240c631b6430..e2c39533d3f8ce292f151d82f19dd753b564b882 100755 (executable)
@@ -320,7 +320,9 @@ 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 &&
+       git commit-graph verify 2>err &&
+       test_line_count = 3 err &&
+       test_i18ngrep ! warning err &&
        test_line_count = 3 $graphdir/commit-graph-chain
 '