We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c2162 + eb7cc5b commit 5dd5474Copy full SHA for 5dd5474
t/t5318-commit-graph.sh
@@ -254,9 +254,9 @@ test_expect_success 'check that gc computes commit-graph' '
254
git config gc.writeCommitGraph true &&
255
git gc &&
256
cp $objdir/info/commit-graph commit-graph-after-gc &&
257
- ! test_cmp commit-graph-before-gc commit-graph-after-gc &&
+ ! test_cmp_bin commit-graph-before-gc commit-graph-after-gc &&
258
git commit-graph write --reachable &&
259
- test_cmp commit-graph-after-gc $objdir/info/commit-graph
+ test_cmp_bin commit-graph-after-gc $objdir/info/commit-graph
260
'
261
262
# the verify tests below expect the commit-graph to contain
0 commit comments