t4103: fix binary patch application test.
authorJunio C Hamano <junkio@cox.net>
Fri, 28 Jul 2006 19:23:28 +0000 (12:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 28 Jul 2006 19:23:28 +0000 (12:23 -0700)
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>
No differences found