t5300-pack-object: do not compare binary data using test_cmp
commitce1a0473e8b5892c27526c0f340b6d440c6f0fff
authorJohannes Sixt <j6t@kdbg.org>
Sat, 26 Oct 2013 19:17:14 +0000 (26 21:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 16:00:34 +0000 (28 09:00 -0700)
tree84692bd6e7e38cb6082f91165a3a4f29327f2a93
parent3d092bfc6f2d9a998967979f926c661e9762601c
t5300-pack-object: do not compare binary data using test_cmp

Users may set test_cmp to a comparison tool of their liking. The intent is
that the tool performs comparison of line-oriented texts. However, t5300
uses it also to compare binary data. Change those tests to use 'cmp'.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5300-pack-object.sh