Skip to content

Commit 4261e45

Browse files
committed
Merge pull request #2 from t-b/tb_more_use_of_test_cmp_bin
t9300: use test_cmp_bin instead of test_cmp to compare binary files
2 parents cd79f58 + 098d1f5 commit 4261e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9300-fast-import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ test_expect_success 'R: verify created pack' '
26872687
test_expect_success \
26882688
'R: verify written objects' \
26892689
'git --git-dir=R/.git cat-file blob big-file:big1 >actual &&
2690-
test_cmp expect actual &&
2690+
test_cmp_bin expect actual &&
26912691
a=$(git --git-dir=R/.git rev-parse big-file:big1) &&
26922692
b=$(git --git-dir=R/.git rev-parse big-file:big2) &&
26932693
test $a = $b'

0 commit comments

Comments
 (0)