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 ccb6a7a + 0f77827 commit c3051dfCopy full SHA for c3051df
t/t9300-fast-import.sh
@@ -2687,7 +2687,7 @@ test_expect_success 'R: verify created pack' '
2687
test_expect_success \
2688
'R: verify written objects' \
2689
'git --git-dir=R/.git cat-file blob big-file:big1 >actual &&
2690
- test_cmp expect actual &&
+ test_cmp_bin expect actual &&
2691
a=$(git --git-dir=R/.git rev-parse big-file:big1) &&
2692
b=$(git --git-dir=R/.git rev-parse big-file:big2) &&
2693
test $a = $b'
0 commit comments