Skip to content
Snippets Groups Projects
Commit 5dd54744 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'ds/commit-graph-fsck'

Test fix.

* ds/commit-graph-fsck:
  t5318: use 'test_cmp_bin' to compare commit-graph files
parents c5c2162a eb7cc5bc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -254,9 +254,9 @@ test_expect_success 'check that gc computes commit-graph' '
git config gc.writeCommitGraph true &&
git gc &&
cp $objdir/info/commit-graph commit-graph-after-gc &&
! test_cmp commit-graph-before-gc commit-graph-after-gc &&
! test_cmp_bin commit-graph-before-gc commit-graph-after-gc &&
git commit-graph write --reachable &&
test_cmp commit-graph-after-gc $objdir/info/commit-graph
test_cmp_bin commit-graph-after-gc $objdir/info/commit-graph
'
 
# the verify tests below expect the commit-graph to contain
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment