t4103: fix binary patch application test.
commit5afa69b415fd020d6dd36751bdcf45fdbf07dd4a
authorJunio C Hamano <junkio@cox.net>
Fri, 28 Jul 2006 19:23:28 +0000 (28 12:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 28 Jul 2006 19:23:28 +0000 (28 12:23 -0700)
treeb5b607987da1d965f6ce76d7fbe58f85cc0e3ac4
parentab9f30fd7538ec5385bf5a3d11117f23f4f320ee
t4103: fix binary patch application test.

The generated binary patch was _not_ binary -- earlier I made
the --full-index flag to imply binary patch generation to the diff
machinery, but later we made it independent from --binary (although
the latter implies the former).

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4103-apply-binary.sh