Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/no-test-cmp-for-binaries'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 19 Sep 2014 18:38:40 +0000
(11:38 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 19 Sep 2014 18:38:40 +0000
(11:38 -0700)
* js/no-test-cmp-for-binaries:
t9300: use test_cmp_bin instead of test_cmp to compare binary files
t/t9300-fast-import.sh
patch
|
blob
|
history
raw
(from parent 1:
4daf5c8
)
diff --git
a/t/t9300-fast-import.sh
b/t/t9300-fast-import.sh
index 60ef3a74e8e904ff29839e7ad6b939c20bdae0a5..8a054494bd6c261575ab73e4f7eb72f33ba2967e 100755
(executable)
--- a/
t/t9300-fast-import.sh
+++ b/
t/t9300-fast-import.sh
@@
-2687,7
+2687,7
@@
test_expect_success 'R: verify created pack' '
test_expect_success \
'R: verify written objects' \
'git --git-dir=R/.git cat-file blob big-file:big1 >actual &&
- test_cmp expect actual &&
+ test_cmp
_bin
expect actual &&
a=$(git --git-dir=R/.git rev-parse big-file:big1) &&
b=$(git --git-dir=R/.git rev-parse big-file:big2) &&
test $a = $b'